Html Css Color HEX #B97042 Bourbon

📋 copy color: '#B97042'

red 185 ◦ green 112 ◦ blue 66

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

Shades of Bourbon #B97042

Tints of Bourbon #B97042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 50.96%
G = 30.85%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B97042 (or 0xB97042) is known color: Bourbon. HEX triplet: B9, 70 and 42. RGB value is (185,112,66). Sum of RGB (Red+Green+Blue) = 185+112+66=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B97042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97042 is #468FBD. Grayscale: #808080. Windows color (decimal): -4624318 or 4354233. OLE color: 4354233.

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

Color convert

RGB 185 112 66 -
CMYK 0 0.39 0.64 0.27
HSL 23.19º 0.47% 0.49% -
HSV(B) 23.19º 0.64% 0.73% -
XYZ 26.79 22.3 8.05 -
YUV 128.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 185 112 66 0 0.39 0.64 0.27 23.19 0.47 0.49
Hex B9 70 42 0 27 40 1B 17 2F 31
Octal 271 160 102 0 47 100 33 27 57 61
Binary 10111001 1110000 1000010 0 100111 1000000 11011 10111 101111 110001

Color Harmonies of #B97042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97042

Black with #B97042

Text Example


Text Example

White with #B97042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97042; }

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

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

background-color css

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

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

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

border-color css

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

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

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