Html Css Color HEX #B96B40 Bourbon

📋 copy color: '#B96B40'

red 185 ◦ green 107 ◦ blue 64

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

Shades of Bourbon #B96B40

Tints of Bourbon #B96B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

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

R = 51.97%
G = 30.06%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96B40 (or 0xB96B40) is known color: Bourbon. HEX triplet: B9, 6B and 40. RGB value is (185,107,64). Sum of RGB (Red+Green+Blue) = 185+107+64=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B40 is #4694BF. Grayscale: #7D7D7D. Windows color (decimal): -4625600 or 4221881. OLE color: 4221881.

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

Color convert

RGB 185 107 64 -
CMYK 0 0.42 0.65 0.27
HSL 21.32º 0.49% 0.49% -
HSV(B) 21.32º 0.65% 0.73% -
XYZ 26.19 21.2 7.56 -
YUV 125.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 185 107 64 0 0.42 0.65 0.27 21.32 0.49 0.49
Hex B9 6B 40 0 2A 41 1B 15 31 31
Octal 271 153 100 0 52 101 33 25 61 61
Binary 10111001 1101011 1000000 0 101010 1000001 11011 10101 110001 110001

Color Harmonies of #B96B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B40

Black with #B96B40

Text Example


Text Example

White with #B96B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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