Html Css Color HEX #B96E43 Bourbon

📋 copy color: '#B96E43'

red 185 ◦ green 110 ◦ blue 67

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

Shades of Bourbon #B96E43

Tints of Bourbon #B96E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 51.1%
G = 30.39%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96E43 (or 0xB96E43) is known color: Bourbon. HEX triplet: B9, 6E and 43. RGB value is (185,110,67). Sum of RGB (Red+Green+Blue) = 185+110+67=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E43 is #4691BC. Grayscale: #7F7F7F. Windows color (decimal): -4624829 or 4419257. OLE color: 4419257.

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

Color convert

RGB 185 110 67 -
CMYK 0 0.41 0.64 0.27
HSL 21.86º 0.47% 0.49% -
HSV(B) 21.86º 0.64% 0.73% -
XYZ 26.6 21.87 8.13 -
YUV 127.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 185 110 67 0 0.41 0.64 0.27 21.86 0.47 0.49
Hex B9 6E 43 0 29 40 1B 16 2F 31
Octal 271 156 103 0 51 100 33 26 57 61
Binary 10111001 1101110 1000011 0 101001 1000000 11011 10110 101111 110001

Color Harmonies of #B96E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E43

Black with #B96E43

Text Example


Text Example

White with #B96E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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