Color Hex Logo

#b7614d Color Hex

#B7614D
(183,97,77)
0 Favorites   0 Comments

Color spaces of #b7614d

RGB 1839777
HSL0.030.420.51
HSV11°58°72°
CMYK 0.000.470.58   0.28
XYZ25.142719.15259.3928
Yxy19.15250.46830.3567
Hunter Lab43.763625.964217.9093
CIE-Lab50.865132.755726.9140

#b7614d color RGB value is (183,97,77).

#b7614d hex color red value is 183, green value is 97 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b7614d hue: 0.03 , saturation: 0.42 and the lightness value of b7614d is 0.51.

The process color (four color CMYK) of #b7614d color hex is 0.00, 0.47, 0.58, 0.28. Web safe color of #b7614d is #cc6666. Color #b7614d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 01001101
Octal 267 141 115
Decimal 183 97 77
Hex B7 61 4D

RGB Percentages of Color #b7614d

%51.26
%27.17
%21.57

CMYK Percentages of Color #b7614d

%0
%47
%58
%28

Triadic Colors of #b7614d

#b7614d #4db761 #614db7

Analogous Colors of #b7614d

#b7614d #b7964d #b74d6e

Monochromatic Colors of #b7614d

#b7614d

Complementary Color

#b7614d #4da3b7

#b7614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7614d Color CSS Codes

.mybgcolor {background-color:#b7614d; } 
.myforecolor {color:#b7614d; }
.mybordercolor {border:3px solid #b7614d; }

#b7614d Text Font Color

<p style="color:#b7614d">Text here</p>

This sample text font color is #b7614d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7614d Background Color

<div style="background-color:#b7614d">
Div content here</div>

This div background color is #b7614d


#b7614d Border Color

<div style="border:3px solid #b7614d">
Div here</div>

This div border color is #b7614d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,97,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7614d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7614d;
  -webkit-box-shadow: 1px 1px 3px 2px #b7614d;
  box-shadow:         1px 1px 3px 2px #b7614d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,97,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7614d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7614d;
  -webkit-box-shadow: 1px 1px 3px 2px #b7614d;
  box-shadow:         1px 1px 3px 2px #b7614d;">
Div content here</div>

This div box has shadow with color #b7614d


Comments

No comments written yet.

Please login to write comment.