Html Css Color HEX #B96D3C Bourbon

📋 copy color: '#B96D3C'

red 185 ◦ green 109 ◦ blue 60

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

Shades of Bourbon #B96D3C

Tints of Bourbon #B96D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

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

R = 52.26%
G = 30.79%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B96D3C (or 0xB96D3C) is known color: Bourbon. HEX triplet: B9, 6D and 3C. RGB value is (185,109,60). Sum of RGB (Red+Green+Blue) = 185+109+60=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D3C is #4692C3. Grayscale: #7E7E7E. Windows color (decimal): -4625092 or 3960249. OLE color: 3960249.

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

Color convert

RGB 185 109 60 -
CMYK 0 0.41 0.68 0.27
HSL 23.52º 0.51% 0.48% -
HSV(B) 23.52º 0.68% 0.73% -
XYZ 26.29 21.58 7.05 -
YUV 126.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 185 109 60 0 0.41 0.68 0.27 23.52 0.51 0.48
Hex B9 6D 3C 0 29 44 1B 18 33 30
Octal 271 155 74 0 51 104 33 30 63 60
Binary 10111001 1101101 111100 0 101001 1000100 11011 11000 110011 110000

Color Harmonies of #B96D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D3C

Black with #B96D3C

Text Example


Text Example

White with #B96D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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