Html Css Color HEX #B97240 Bourbon

📋 copy color: '#B97240'

red 185 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #B97240

Tints of Bourbon #B97240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 50.96%
G = 31.4%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B97240 (or 0xB97240) is known color: Bourbon. HEX triplet: B9, 72 and 40. RGB value is (185,114,64). Sum of RGB (Red+Green+Blue) = 185+114+64=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B97240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97240 is #468DBF. Grayscale: #818181. Windows color (decimal): -4623808 or 4223673. OLE color: 4223673.

HSL color Cylindrical-coordinate representation of color #B97240: hue angle of 24.79º 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 #B97240 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 64 -
CMYK 0 0.38 0.65 0.27
HSL 24.79º 0.49% 0.49% -
HSV(B) 24.79º 0.65% 0.73% -
XYZ 26.95 22.72 7.82 -
YUV 129.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 185 114 64 0 0.38 0.65 0.27 24.79 0.49 0.49
Hex B9 72 40 0 26 41 1B 19 31 31
Octal 271 162 100 0 46 101 33 31 61 61
Binary 10111001 1110010 1000000 0 100110 1000001 11011 11001 110001 110001

Color Harmonies of #B97240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97240

Black with #B97240

Text Example


Text Example

White with #B97240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97240; }

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

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

background-color css

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

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

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

border-color css

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

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

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