Html Css Color HEX #B96A3C Bourbon

📋 copy color: '#B96A3C'

red 185 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #B96A3C

Tints of Bourbon #B96A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 52.71%
G = 30.2%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B96A3C (or 0xB96A3C) is known color: Bourbon. HEX triplet: B9, 6A and 3C. RGB value is (185,106,60). Sum of RGB (Red+Green+Blue) = 185+106+60=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A3C is #4695C3. Grayscale: #7C7C7C. Windows color (decimal): -4625860 or 3959481. OLE color: 3959481.

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

Color convert

RGB 185 106 60 -
CMYK 0 0.43 0.68 0.27
HSL 22.08º 0.51% 0.48% -
HSV(B) 22.08º 0.68% 0.73% -
XYZ 25.98 20.95 6.95 -
YUV 124.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 185 106 60 0 0.43 0.68 0.27 22.08 0.51 0.48
Hex B9 6A 3C 0 2B 44 1B 16 33 30
Octal 271 152 74 0 53 104 33 26 63 60
Binary 10111001 1101010 111100 0 101011 1000100 11011 10110 110011 110000

Color Harmonies of #B96A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A3C

Black with #B96A3C

Text Example


Text Example

White with #B96A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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