Html Css Color HEX #B96A41 Bourbon

📋 copy color: '#B96A41'

red 185 ◦ green 106 ◦ blue 65

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

Shades of Bourbon #B96A41

Tints of Bourbon #B96A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 51.97%
G = 29.78%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96A41 (or 0xB96A41) is known color: Bourbon. HEX triplet: B9, 6A and 41. RGB value is (185,106,65). Sum of RGB (Red+Green+Blue) = 185+106+65=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A41 is #4695BE. Grayscale: #7D7D7D. Windows color (decimal): -4625855 or 4287161. OLE color: 4287161.

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

Color convert

RGB 185 106 65 -
CMYK 0 0.43 0.65 0.27
HSL 20.5º 0.48% 0.49% -
HSV(B) 20.5º 0.65% 0.73% -
XYZ 26.12 21 7.68 -
YUV 124.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 185 106 65 0 0.43 0.65 0.27 20.5 0.48 0.49
Hex B9 6A 41 0 2B 41 1B 14 30 31
Octal 271 152 101 0 53 101 33 24 60 61
Binary 10111001 1101010 1000001 0 101011 1000001 11011 10100 110000 110001

Color Harmonies of #B96A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A41

Black with #B96A41

Text Example


Text Example

White with #B96A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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