Html Css Color HEX #B96941 Bourbon

📋 copy color: '#B96941'

red 185 ◦ green 105 ◦ blue 65

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

Shades of Bourbon #B96941

Tints of Bourbon #B96941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 52.11%
G = 29.58%
B = 18.31%

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

#B96941 (or 0xB96941) is known color: Bourbon. HEX triplet: B9, 69 and 41. RGB value is (185,105,65). Sum of RGB (Red+Green+Blue) = 185+105+65=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96941 is #4696BE. Grayscale: #7C7C7C. Windows color (decimal): -4626111 or 4286905. OLE color: 4286905.

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

Color convert

RGB 185 105 65 -
CMYK 0 0.43 0.65 0.27
HSL 20º 0.48% 0.49% -
HSV(B) 20º 0.65% 0.73% -
XYZ 26.01 20.8 7.64 -
YUV 124.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 185 105 65 0 0.43 0.65 0.27 20 0.48 0.49
Hex B9 69 41 0 2B 41 1B 14 30 31
Octal 271 151 101 0 53 101 33 24 60 61
Binary 10111001 1101001 1000001 0 101011 1000001 11011 10100 110000 110001

Color Harmonies of #B96941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96941

Black with #B96941

Text Example


Text Example

White with #B96941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96941; }

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

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

background-color css

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

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

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

border-color css

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

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

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