#B96E4C

Color #B96E4C Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B96E4C

Tints of Sante Fe #B96E4C

Color information

#B96E4C (or 0xB96E4C) is unknown color: approx Sante Fe. HEX triplet: B9, 6E and 4C. RGB value is (185,110,76). Sum of RGB (Red+Green+Blue) = 185+110+76=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E4C is #4691B3. Grayscale: #808080. Windows color (decimal): -4624820 or 5009081. OLE color: 5009081.

HSL color Cylindrical-coordinate representation of color #B96E4C: hue angle of 18.72º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B96E4C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18511076-
CMYK00.410.590.27
HSL18.72º43.78%51.18%-
HSV(B)18.72º58.92%72.55%-
XYZ26.8921.999.66-
YUV128.5598.35168.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=49.87%
G=29.65%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851107600.410.590.2718.7243.7851.18
HexB96E4C0293B1B132c33
Octal2711561140517333235463
Binary101110011101110100110001010011110111101110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E4C; }

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

 H1.HeaderClassName
 {
   color: #B96E4C;
 }
 .AnyTagClassName
 {
   color: #B96E4C;
 }
</style>
background-color css

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

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

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

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

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

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