Html Css Color HEX #B87140 Bourbon

📋 copy color: '#B87140'

red 184 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #B87140

Tints of Bourbon #B87140

RGB

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

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

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

R = 50.97%
G = 31.3%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B87140 (or 0xB87140) is known color: Bourbon. HEX triplet: B8, 71 and 40. RGB value is (184,113,64). Sum of RGB (Red+Green+Blue) = 184+113+64=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B87140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87140 is #478EBF. Grayscale: #808080. Windows color (decimal): -4689600 or 4223416. OLE color: 4223416.

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

Color convert

RGB 184 113 64 -
CMYK 0 0.39 0.65 0.28
HSL 24.5º 0.48% 0.49% -
HSV(B) 24.5º 0.65% 0.72% -
XYZ 26.6 22.37 7.77 -
YUV 128.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 184 113 64 0 0.39 0.65 0.28 24.5 0.48 0.49
Hex B8 71 40 0 27 41 1C 18 30 31
Octal 270 161 100 0 47 101 34 30 60 61
Binary 10111000 1110001 1000000 0 100111 1000001 11100 11000 110000 110001

Color Harmonies of #B87140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87140

Black with #B87140

Text Example


Text Example

White with #B87140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87140; }

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

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

background-color css

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

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

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

border-color css

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

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

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