Html Css Color HEX #B96A3E Bourbon

📋 copy color: '#B96A3E'

red 185 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #B96A3E

Tints of Bourbon #B96A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

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

R = 52.41%
G = 30.03%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B96A3E (or 0xB96A3E) is known color: Bourbon. HEX triplet: B9, 6A and 3E. RGB value is (185,106,62). Sum of RGB (Red+Green+Blue) = 185+106+62=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A3E is #4695C1. Grayscale: #7C7C7C. Windows color (decimal): -4625858 or 4090553. OLE color: 4090553.

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

Color convert

RGB 185 106 62 -
CMYK 0 0.43 0.66 0.27
HSL 21.46º 0.5% 0.48% -
HSV(B) 21.46º 0.66% 0.73% -
XYZ 26.03 20.97 7.23 -
YUV 124.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 185 106 62 0 0.43 0.66 0.27 21.46 0.5 0.48
Hex B9 6A 3E 0 2B 42 1B 15 32 30
Octal 271 152 76 0 53 102 33 25 62 60
Binary 10111001 1101010 111110 0 101011 1000010 11011 10101 110010 110000

Color Harmonies of #B96A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A3E

Black with #B96A3E

Text Example


Text Example

White with #B96A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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