Html Css Color HEX #B87142 Bourbon

📋 copy color: '#B87142'

red 184 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #B87142

Tints of Bourbon #B87142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 50.69%
G = 31.13%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B87142 (or 0xB87142) is known color: Bourbon. HEX triplet: B8, 71 and 42. RGB value is (184,113,66). Sum of RGB (Red+Green+Blue) = 184+113+66=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B87142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87142 is #478EBD. Grayscale: #818181. Windows color (decimal): -4689598 or 4354488. OLE color: 4354488.

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

Color convert

RGB 184 113 66 -
CMYK 0 0.39 0.64 0.28
HSL 23.9º 0.47% 0.49% -
HSV(B) 23.9º 0.64% 0.72% -
XYZ 26.66 22.39 8.07 -
YUV 128.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 184 113 66 0 0.39 0.64 0.28 23.9 0.47 0.49
Hex B8 71 42 0 27 40 1C 18 2F 31
Octal 270 161 102 0 47 100 34 30 57 61
Binary 10111000 1110001 1000010 0 100111 1000000 11100 11000 101111 110001

Color Harmonies of #B87142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87142

Black with #B87142

Text Example


Text Example

White with #B87142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87142; }

 p { color: rgb(184,113,66); }

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

background-color css

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

 a { background-color: rgb(184,113,66); }

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

border-color css

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

 span { border-color: rgb(184,113,66); }

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