Html Css Color HEX #B87248 Bourbon

📋 copy color: '#B87248'

red 184 ◦ green 114 ◦ blue 72

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

Shades of Bourbon #B87248

Tints of Bourbon #B87248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 49.73%
G = 30.81%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B87248 (or 0xB87248) is known color: Bourbon. HEX triplet: B8, 72 and 48. RGB value is (184,114,72). Sum of RGB (Red+Green+Blue) = 184+114+72=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B87248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87248 is #478DB7. Grayscale: #828282. Windows color (decimal): -4689336 or 4747960. OLE color: 4747960.

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

Color convert

RGB 184 114 72 -
CMYK 0 0.38 0.61 0.28
HSL 22.5º 0.44% 0.5% -
HSV(B) 22.5º 0.61% 0.72% -
XYZ 26.95 22.69 9.09 -
YUV 130.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 184 114 72 0 0.38 0.61 0.28 22.5 0.44 0.5
Hex B8 72 48 0 26 3D 1C 16 2C 32
Octal 270 162 110 0 46 75 34 26 54 62
Binary 10111000 1110010 1001000 0 100110 111101 11100 10110 101100 110010

Color Harmonies of #B87248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87248

Black with #B87248

Text Example


Text Example

White with #B87248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87248; }

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

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

background-color css

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

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

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

border-color css

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

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

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