Html Css Color HEX #B96C3E Bourbon

📋 copy color: '#B96C3E'

red 185 ◦ green 108 ◦ blue 62

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

Shades of Bourbon #B96C3E

Tints of Bourbon #B96C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 52.11%
G = 30.42%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B96C3E (or 0xB96C3E) is known color: Bourbon. HEX triplet: B9, 6C and 3E. RGB value is (185,108,62). Sum of RGB (Red+Green+Blue) = 185+108+62=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C3E is #4693C1. Grayscale: #7E7E7E. Windows color (decimal): -4625346 or 4091065. OLE color: 4091065.

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

Color convert

RGB 185 108 62 -
CMYK 0 0.42 0.66 0.27
HSL 22.44º 0.5% 0.48% -
HSV(B) 22.44º 0.66% 0.73% -
XYZ 26.24 21.39 7.3 -
YUV 125.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 185 108 62 0 0.42 0.66 0.27 22.44 0.5 0.48
Hex B9 6C 3E 0 2A 42 1B 16 32 30
Octal 271 154 76 0 52 102 33 26 62 60
Binary 10111001 1101100 111110 0 101010 1000010 11011 10110 110010 110000

Color Harmonies of #B96C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C3E

Black with #B96C3E

Text Example


Text Example

White with #B96C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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