Html Css Color HEX #B86D46 Bourbon

📋 copy color: '#B86D46'

red 184 ◦ green 109 ◦ blue 70

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

Shades of Bourbon #B86D46

Tints of Bourbon #B86D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 50.69%
G = 30.03%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B86D46 (or 0xB86D46) is known color: Bourbon. HEX triplet: B8, 6D and 46. RGB value is (184,109,70). Sum of RGB (Red+Green+Blue) = 184+109+70=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D46 is #4792B9. Grayscale: #7F7F7F. Windows color (decimal): -4690618 or 4615608. OLE color: 4615608.

HSL color Cylindrical-coordinate representation of color #B86D46: hue angle of 20.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86D46 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 109 70 -
CMYK 0 0.41 0.62 0.28
HSL 20.53º 0.45% 0.5% -
HSV(B) 20.53º 0.62% 0.72% -
XYZ 26.34 21.57 8.57 -
YUV 126.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 184 109 70 0 0.41 0.62 0.28 20.53 0.45 0.5
Hex B8 6D 46 0 29 3E 1C 15 2D 32
Octal 270 155 106 0 51 76 34 25 55 62
Binary 10111000 1101101 1000110 0 101001 111110 11100 10101 101101 110010

Color Harmonies of #B86D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D46

Black with #B86D46

Text Example


Text Example

White with #B86D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D46; }

 p { color: rgb(184,109,70); }

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

background-color css

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

 a { background-color: rgb(184,109,70); }

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

border-color css

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

 span { border-color: rgb(184,109,70); }

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