Html Css Color HEX #B96841 Bourbon

📋 copy color: '#B96841'

red 185 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #B96841

Tints of Bourbon #B96841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 52.26%
G = 29.38%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96841 (or 0xB96841) is known color: Bourbon. HEX triplet: B9, 68 and 41. RGB value is (185,104,65). Sum of RGB (Red+Green+Blue) = 185+104+65=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96841 is #4697BE. Grayscale: #7C7C7C. Windows color (decimal): -4626367 or 4286649. OLE color: 4286649.

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

Color convert

RGB 185 104 65 -
CMYK 0 0.44 0.65 0.27
HSL 19.5º 0.48% 0.49% -
HSV(B) 19.5º 0.65% 0.73% -
XYZ 25.91 20.6 7.61 -
YUV 123.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 185 104 65 0 0.44 0.65 0.27 19.5 0.48 0.49
Hex B9 68 41 0 2C 41 1B 14 30 31
Octal 271 150 101 0 54 101 33 24 60 61
Binary 10111001 1101000 1000001 0 101100 1000001 11011 10100 110000 110001

Color Harmonies of #B96841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96841

Black with #B96841

Text Example


Text Example

White with #B96841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96841; }

 p { color: rgb(185,104,65); }

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

background-color css

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

 a { background-color: rgb(185,104,65); }

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

border-color css

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

 span { border-color: rgb(185,104,65); }

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