Html Css Color HEX #B87246 Bourbon

📋 copy color: '#B87246'

red 184 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #B87246

Tints of Bourbon #B87246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

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

R = 50%
G = 30.98%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B87246 (or 0xB87246) is known color: Bourbon. HEX triplet: B8, 72 and 46. RGB value is (184,114,70). Sum of RGB (Red+Green+Blue) = 184+114+70=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B87246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87246 is #478DB9. Grayscale: #828282. Windows color (decimal): -4689338 or 4616888. OLE color: 4616888.

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

Color convert

RGB 184 114 70 -
CMYK 0 0.38 0.62 0.28
HSL 23.16º 0.45% 0.5% -
HSV(B) 23.16º 0.62% 0.72% -
XYZ 26.89 22.67 8.75 -
YUV 129.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 184 114 70 0 0.38 0.62 0.28 23.16 0.45 0.5
Hex B8 72 46 0 26 3E 1C 17 2D 32
Octal 270 162 106 0 46 76 34 27 55 62
Binary 10111000 1110010 1000110 0 100110 111110 11100 10111 101101 110010

Color Harmonies of #B87246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87246

Black with #B87246

Text Example


Text Example

White with #B87246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87246; }

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

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

background-color css

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

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

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

border-color css

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

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

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