Html Css Color HEX #B97046 Bourbon

📋 copy color: '#B97046'

red 185 ◦ green 112 ◦ blue 70

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

Shades of Bourbon #B97046

Tints of Bourbon #B97046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 50.41%
G = 30.52%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B97046 (or 0xB97046) is known color: Bourbon. HEX triplet: B9, 70 and 46. RGB value is (185,112,70). Sum of RGB (Red+Green+Blue) = 185+112+70=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97046 is #468FB9. Grayscale: #818181. Windows color (decimal): -4624314 or 4616377. OLE color: 4616377.

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

Color convert

RGB 185 112 70 -
CMYK 0 0.39 0.62 0.27
HSL 21.91º 0.45% 0.5% -
HSV(B) 21.91º 0.62% 0.73% -
XYZ 26.91 22.34 8.69 -
YUV 129.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 185 112 70 0 0.39 0.62 0.27 21.91 0.45 0.5
Hex B9 70 46 0 27 3E 1B 16 2D 32
Octal 271 160 106 0 47 76 33 26 55 62
Binary 10111001 1110000 1000110 0 100111 111110 11011 10110 101101 110010

Color Harmonies of #B97046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97046

Black with #B97046

Text Example


Text Example

White with #B97046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97046; }

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

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

background-color css

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

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

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

border-color css

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

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

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