Html Css Color HEX #B96943 Bourbon

📋 copy color: '#B96943'

red 185 ◦ green 105 ◦ blue 67

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

Shades of Bourbon #B96943

Tints of Bourbon #B96943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.77%

R = 51.82%
G = 29.41%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96943 (or 0xB96943) is known color: Bourbon. HEX triplet: B9, 69 and 43. RGB value is (185,105,67). Sum of RGB (Red+Green+Blue) = 185+105+67=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B96943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96943 is #4696BC. Grayscale: #7C7C7C. Windows color (decimal): -4626109 or 4417977. OLE color: 4417977.

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

Color convert

RGB 185 105 67 -
CMYK 0 0.43 0.64 0.27
HSL 19.32º 0.47% 0.49% -
HSV(B) 19.32º 0.64% 0.73% -
XYZ 26.07 20.82 7.96 -
YUV 124.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 185 105 67 0 0.43 0.64 0.27 19.32 0.47 0.49
Hex B9 69 43 0 2B 40 1B 13 2F 31
Octal 271 151 103 0 53 100 33 23 57 61
Binary 10111001 1101001 1000011 0 101011 1000000 11011 10011 101111 110001

Color Harmonies of #B96943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96943

Black with #B96943

Text Example


Text Example

White with #B96943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96943; }

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

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

background-color css

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

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

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

border-color css

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

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

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