Html Css Color HEX #B97040 Bourbon

📋 copy color: '#B97040'

red 185 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #B97040

Tints of Bourbon #B97040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 51.25%
G = 31.02%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97040 (or 0xB97040) is known color: Bourbon. HEX triplet: B9, 70 and 40. RGB value is (185,112,64). Sum of RGB (Red+Green+Blue) = 185+112+64=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B97040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97040 is #468FBF. Grayscale: #808080. Windows color (decimal): -4624320 or 4223161. OLE color: 4223161.

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

Color convert

RGB 185 112 64 -
CMYK 0 0.39 0.65 0.27
HSL 23.8º 0.49% 0.49% -
HSV(B) 23.8º 0.65% 0.73% -
XYZ 26.73 22.27 7.74 -
YUV 128.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 185 112 64 0 0.39 0.65 0.27 23.8 0.49 0.49
Hex B9 70 40 0 27 41 1B 18 31 31
Octal 271 160 100 0 47 101 33 30 61 61
Binary 10111001 1110000 1000000 0 100111 1000001 11011 11000 110001 110001

Color Harmonies of #B97040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97040

Black with #B97040

Text Example


Text Example

White with #B97040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97040; }

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

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

background-color css

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

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

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

border-color css

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

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

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