Html Css Color HEX #B86E40 Bourbon

📋 copy color: '#B86E40'

red 184 ◦ green 110 ◦ blue 64

#B86E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B86E40

Tints of Bourbon #B86E40

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 51.4%
G = 30.73%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B86E40 (or 0xB86E40) is known color: Bourbon. HEX triplet: B8, 6E and 40. RGB value is (184,110,64). Sum of RGB (Red+Green+Blue) = 184+110+64=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E40 is #4791BF. Grayscale: #7F7F7F. Windows color (decimal): -4690368 or 4222648. OLE color: 4222648.

HSL color Cylindrical-coordinate representation of color #B86E40: hue angle of 23º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B86E40 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 110 64 -
CMYK 0 0.40 0.65 0.28
HSL 23º 0.48% 0.49% -
HSV(B) 23º 0.65% 0.72% -
XYZ 26.27 21.71 7.66 -
YUV 126.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 184 110 64 0 0.40 0.65 0.28 23 0.48 0.49
Hex B8 6E 40 0 28 41 1C 17 30 31
Octal 270 156 100 0 50 101 34 27 60 61
Binary 10111000 1101110 1000000 0 101000 1000001 11100 10111 110000 110001

Color Harmonies of #B86E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86E40

Black with #B86E40

Text Example


Text Example

White with #B86E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86E40; }

 p { color: rgb(184,110,64); }

 H1.HeaderClassName
 {
   color: #B86E40;
 }
 .AnyTagClassName
 {
   color: #B86E40;
 }
</style>

background-color css

<style>
 a { background-color: #B86E40; }

 a { background-color: rgb(184,110,64); }

 div.DivClassName
 {
   background-color: #B86E40;
 }
 .BgClassName
 {
   background-color: #B86E40;
 }
</style>

border-color css

<style>
 span { border-color: #B86E40; }

 span { border-color: rgb(184,110,64); }

 td.TdClassName
 {
   border-color: #B86E40;
 }
 .TagClassName
 {
   border-color: #B86E40;
 }
</style>