Html Css Color HEX #B86C40 Bourbon

📋 copy color: '#B86C40'

red 184 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #B86C40

Tints of Bourbon #B86C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

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

R = 51.69%
G = 30.34%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B86C40 (or 0xB86C40) is known color: Bourbon. HEX triplet: B8, 6C and 40. RGB value is (184,108,64). Sum of RGB (Red+Green+Blue) = 184+108+64=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C40 is #4793BF. Grayscale: #7D7D7D. Windows color (decimal): -4690880 or 4222136. OLE color: 4222136.

HSL color Cylindrical-coordinate representation of color #B86C40: hue angle of 22º 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 #B86C40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 64 -
CMYK 0 0.41 0.65 0.28
HSL 22º 0.48% 0.49% -
HSV(B) 22º 0.65% 0.72% -
XYZ 26.06 21.29 7.59 -
YUV 125.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 184 108 64 0 0.41 0.65 0.28 22 0.48 0.49
Hex B8 6C 40 0 29 41 1C 16 30 31
Octal 270 154 100 0 51 101 34 26 60 61
Binary 10111000 1101100 1000000 0 101001 1000001 11100 10110 110000 110001

Color Harmonies of #B86C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C40

Black with #B86C40

Text Example


Text Example

White with #B86C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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