Html Css Color HEX #B87044 Bourbon

📋 copy color: '#B87044'

red 184 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #B87044

Tints of Bourbon #B87044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 50.55%
G = 30.77%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B87044 (or 0xB87044) is known color: Bourbon. HEX triplet: B8, 70 and 44. RGB value is (184,112,68). Sum of RGB (Red+Green+Blue) = 184+112+68=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B87044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87044 is #478FBB. Grayscale: #808080. Windows color (decimal): -4689852 or 4485304. OLE color: 4485304.

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

Color convert

RGB 184 112 68 -
CMYK 0 0.39 0.63 0.28
HSL 22.76º 0.46% 0.49% -
HSV(B) 22.76º 0.63% 0.72% -
XYZ 26.6 22.2 8.35 -
YUV 128.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 184 112 68 0 0.39 0.63 0.28 22.76 0.46 0.49
Hex B8 70 44 0 27 3F 1C 17 2E 31
Octal 270 160 104 0 47 77 34 27 56 61
Binary 10111000 1110000 1000100 0 100111 111111 11100 10111 101110 110001

Color Harmonies of #B87044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87044

Black with #B87044

Text Example


Text Example

White with #B87044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87044; }

 p { color: rgb(184,112,68); }

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

background-color css

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

 a { background-color: rgb(184,112,68); }

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

border-color css

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

 span { border-color: rgb(184,112,68); }

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