Html Css Color HEX #B97049 Bourbon

📋 copy color: '#B97049'

red 185 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #B97049

Tints of Bourbon #B97049

RGB

 RED value IS 185 (72.66% from 255) = 50%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 50%
G = 30.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B97049 (or 0xB97049) is known color: Bourbon. HEX triplet: B9, 70 and 49. RGB value is (185,112,73). Sum of RGB (Red+Green+Blue) = 185+112+73=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97049 is #468FB6. Grayscale: #818181. Windows color (decimal): -4624311 or 4812985. OLE color: 4812985.

HSL color Cylindrical-coordinate representation of color #B97049: hue angle of 20.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B97049 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 73 -
CMYK 0 0.39 0.61 0.27
HSL 20.89º 0.44% 0.51% -
HSV(B) 20.89º 0.61% 0.73% -
XYZ 27 22.38 9.2 -
YUV 129.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 185 112 73 0 0.39 0.61 0.27 20.89 0.44 0.51
Hex B9 70 49 0 27 3D 1B 15 2C 33
Octal 271 160 111 0 47 75 33 25 54 63
Binary 10111001 1110000 1001001 0 100111 111101 11011 10101 101100 110011

Color Harmonies of #B97049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97049

Black with #B97049

Text Example


Text Example

White with #B97049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97049; }

 p { color: rgb(185,112,73); }

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

background-color css

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

 a { background-color: rgb(185,112,73); }

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

border-color css

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

 span { border-color: rgb(185,112,73); }

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