Html Css Color HEX #B96940 Bourbon

📋 copy color: '#B96940'

red 185 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #B96940

Tints of Bourbon #B96940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 52.26%
G = 29.66%
B = 18.08%

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

#B96940 (or 0xB96940) is known color: Bourbon. HEX triplet: B9, 69 and 40. RGB value is (185,105,64). Sum of RGB (Red+Green+Blue) = 185+105+64=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96940 is #4696BF. Grayscale: #7C7C7C. Windows color (decimal): -4626112 or 4221369. OLE color: 4221369.

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

Color convert

RGB 185 105 64 -
CMYK 0 0.43 0.65 0.27
HSL 20.33º 0.49% 0.49% -
HSV(B) 20.33º 0.65% 0.73% -
XYZ 25.98 20.79 7.49 -
YUV 124.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 185 105 64 0 0.43 0.65 0.27 20.33 0.49 0.49
Hex B9 69 40 0 2B 41 1B 14 31 31
Octal 271 151 100 0 53 101 33 24 61 61
Binary 10111001 1101001 1000000 0 101011 1000001 11011 10100 110001 110001

Color Harmonies of #B96940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96940

Black with #B96940

Text Example


Text Example

White with #B96940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96940; }

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

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

background-color css

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

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

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

border-color css

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

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

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