Html Css Color HEX #B87148 Bourbon

📋 copy color: '#B87148'

red 184 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #B87148

Tints of Bourbon #B87148

RGB

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

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

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

R = 49.86%
G = 30.62%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B87148 (or 0xB87148) is known color: Bourbon. HEX triplet: B8, 71 and 48. RGB value is (184,113,72). Sum of RGB (Red+Green+Blue) = 184+113+72=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B87148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87148 is #478EB7. Grayscale: #818181. Windows color (decimal): -4689592 or 4747704. OLE color: 4747704.

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

Color convert

RGB 184 113 72 -
CMYK 0 0.39 0.61 0.28
HSL 21.96º 0.44% 0.5% -
HSV(B) 21.96º 0.61% 0.72% -
XYZ 26.84 22.47 9.05 -
YUV 129.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 184 113 72 0 0.39 0.61 0.28 21.96 0.44 0.5
Hex B8 71 48 0 27 3D 1C 16 2C 32
Octal 270 161 110 0 47 75 34 26 54 62
Binary 10111000 1110001 1001000 0 100111 111101 11100 10110 101100 110010

Color Harmonies of #B87148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87148

Black with #B87148

Text Example


Text Example

White with #B87148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87148; }

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

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

background-color css

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

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

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

border-color css

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

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

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