Html Css Color HEX #B96A43 Bourbon

📋 copy color: '#B96A43'

red 185 ◦ green 106 ◦ blue 67

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

Shades of Bourbon #B96A43

Tints of Bourbon #B96A43

RGB

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

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

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

R = 51.68%
G = 29.61%
B = 18.72%

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

#B96A43 (or 0xB96A43) is known color: Bourbon. HEX triplet: B9, 6A and 43. RGB value is (185,106,67). Sum of RGB (Red+Green+Blue) = 185+106+67=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A43 is #4695BC. Grayscale: #7D7D7D. Windows color (decimal): -4625853 or 4418233. OLE color: 4418233.

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

Color convert

RGB 185 106 67 -
CMYK 0 0.43 0.64 0.27
HSL 19.83º 0.47% 0.49% -
HSV(B) 19.83º 0.64% 0.73% -
XYZ 26.17 21.03 7.99 -
YUV 125.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 185 106 67 0 0.43 0.64 0.27 19.83 0.47 0.49
Hex B9 6A 43 0 2B 40 1B 14 2F 31
Octal 271 152 103 0 53 100 33 24 57 61
Binary 10111001 1101010 1000011 0 101011 1000000 11011 10100 101111 110001

Color Harmonies of #B96A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A43

Black with #B96A43

Text Example


Text Example

White with #B96A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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