Html Css Color HEX #B96D3B Bourbon

📋 copy color: '#B96D3B'

red 185 ◦ green 109 ◦ blue 59

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

Shades of Bourbon #B96D3B

Tints of Bourbon #B96D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 52.41%
G = 30.88%
B = 16.71%

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

#B96D3B (or 0xB96D3B) is known color: Bourbon. HEX triplet: B9, 6D and 3B. RGB value is (185,109,59). Sum of RGB (Red+Green+Blue) = 185+109+59=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D3B is #4692C4. Grayscale: #7E7E7E. Windows color (decimal): -4625093 or 3894713. OLE color: 3894713.

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

Color convert

RGB 185 109 59 -
CMYK 0 0.41 0.68 0.27
HSL 23.81º 0.52% 0.48% -
HSV(B) 23.81º 0.68% 0.73% -
XYZ 26.27 21.57 6.92 -
YUV 126.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 185 109 59 0 0.41 0.68 0.27 23.81 0.52 0.48
Hex B9 6D 3B 0 29 44 1B 18 34 30
Octal 271 155 73 0 51 104 33 30 64 60
Binary 10111001 1101101 111011 0 101001 1000100 11011 11000 110100 110000

Color Harmonies of #B96D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D3B

Black with #B96D3B

Text Example


Text Example

White with #B96D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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