Html Css Color HEX #B96C42 Bourbon

📋 copy color: '#B96C42'

red 185 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #B96C42

Tints of Bourbon #B96C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 51.53%
G = 30.08%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96C42 (or 0xB96C42) is known color: Bourbon. HEX triplet: B9, 6C and 42. RGB value is (185,108,66). Sum of RGB (Red+Green+Blue) = 185+108+66=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C42 is #4693BD. Grayscale: #7E7E7E. Windows color (decimal): -4625342 or 4353209. OLE color: 4353209.

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

Color convert

RGB 185 108 66 -
CMYK 0 0.42 0.64 0.27
HSL 21.18º 0.47% 0.49% -
HSV(B) 21.18º 0.64% 0.73% -
XYZ 26.35 21.43 7.9 -
YUV 126.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 185 108 66 0 0.42 0.64 0.27 21.18 0.47 0.49
Hex B9 6C 42 0 2A 40 1B 15 2F 31
Octal 271 154 102 0 52 100 33 25 57 61
Binary 10111001 1101100 1000010 0 101010 1000000 11011 10101 101111 110001

Color Harmonies of #B96C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C42

Black with #B96C42

Text Example


Text Example

White with #B96C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C42; }

 p { color: rgb(185,108,66); }

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

background-color css

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

 a { background-color: rgb(185,108,66); }

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

border-color css

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

 span { border-color: rgb(185,108,66); }

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