Html Css Color HEX #B97145 Bourbon

📋 copy color: '#B97145'

red 185 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #B97145

Tints of Bourbon #B97145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 50.41%
G = 30.79%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B97145 (or 0xB97145) is known color: Bourbon. HEX triplet: B9, 71 and 45. RGB value is (185,113,69). Sum of RGB (Red+Green+Blue) = 185+113+69=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97145 is #468EBA. Grayscale: #818181. Windows color (decimal): -4624059 or 4551097. OLE color: 4551097.

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

Color convert

RGB 185 113 69 -
CMYK 0 0.39 0.63 0.27
HSL 22.76º 0.46% 0.5% -
HSV(B) 22.76º 0.63% 0.73% -
XYZ 26.99 22.55 8.56 -
YUV 129.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 185 113 69 0 0.39 0.63 0.27 22.76 0.46 0.5
Hex B9 71 45 0 27 3F 1B 17 2E 32
Octal 271 161 105 0 47 77 33 27 56 62
Binary 10111001 1110001 1000101 0 100111 111111 11011 10111 101110 110010

Color Harmonies of #B97145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97145

Black with #B97145

Text Example


Text Example

White with #B97145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97145; }

 p { color: rgb(185,113,69); }

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

background-color css

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

 a { background-color: rgb(185,113,69); }

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

border-color css

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

 span { border-color: rgb(185,113,69); }

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