Html Css Color HEX #B96D3E Bourbon

📋 copy color: '#B96D3E'

red 185 ◦ green 109 ◦ blue 62

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

Shades of Bourbon #B96D3E

Tints of Bourbon #B96D3E

RGB

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

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

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

R = 51.97%
G = 30.62%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B96D3E (or 0xB96D3E) is known color: Bourbon. HEX triplet: B9, 6D and 3E. RGB value is (185,109,62). Sum of RGB (Red+Green+Blue) = 185+109+62=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D3E is #4692C1. Grayscale: #7E7E7E. Windows color (decimal): -4625090 or 4091321. OLE color: 4091321.

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

Color convert

RGB 185 109 62 -
CMYK 0 0.41 0.66 0.27
HSL 22.93º 0.5% 0.48% -
HSV(B) 22.93º 0.66% 0.73% -
XYZ 26.35 21.6 7.34 -
YUV 126.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 185 109 62 0 0.41 0.66 0.27 22.93 0.5 0.48
Hex B9 6D 3E 0 29 42 1B 17 32 30
Octal 271 155 76 0 51 102 33 27 62 60
Binary 10111001 1101101 111110 0 101001 1000010 11011 10111 110010 110000

Color Harmonies of #B96D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D3E

Black with #B96D3E

Text Example


Text Example

White with #B96D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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