Color Hex Logo

#b8631e Color Hex

#B8631E
(184,99,30)
0 Favorites   0 Comments

Color spaces of #b8631e

RGB 1849930
HSL0.070.720.42
HSV27°84°72°
CMYK 0.000.460.84   0.28
XYZ24.463319.20783.6464
Yxy19.20780.51700.4059
Hunter Lab43.826722.938825.7457
CIE-Lab50.929429.561150.9295

#b8631e color RGB value is (184,99,30).

#b8631e hex color red value is 184, green value is 99 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b8631e hue: 0.07 , saturation: 0.72 and the lightness value of b8631e is 0.42.

The process color (four color CMYK) of #b8631e color hex is 0.00, 0.46, 0.84, 0.28. Web safe color of #b8631e is #cc6633. Color #b8631e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100011 00011110
Octal 270 143 36
Decimal 184 99 30
Hex B8 63 1E

RGB Percentages of Color #b8631e

%58.79
%31.63
%9.58

CMYK Percentages of Color #b8631e

%0
%46
%84
%28

Triadic Colors of #b8631e

#b8631e #1eb863 #631eb8

Analogous Colors of #b8631e

#b8631e #b8b01e #b81e26

Monochromatic Colors of #b8631e

#b8631e

Complementary Color

#b8631e #1e73b8

#b8631e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8631e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8631e Color CSS Codes

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

#b8631e Text Font Color

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

This sample text font color is #b8631e
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.


#b8631e Background Color

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

This div background color is #b8631e


#b8631e Border Color

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

This div border color is #b8631e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,99,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8631e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8631e;
  -webkit-box-shadow: 1px 1px 3px 2px #b8631e;
  box-shadow:         1px 1px 3px 2px #b8631e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,99,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8631e


Comments

No comments written yet.

Please login to write comment.