#B96E4E

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

Shades of Sante Fe #B96E4E

Tints of Sante Fe #B96E4E

Color information

#B96E4E (or 0xB96E4E) is unknown color: approx Sante Fe. HEX triplet: B9, 6E and 4E. RGB value is (185,110,78). Sum of RGB (Red+Green+Blue) = 185+110+78=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E4E is #4691B1. Grayscale: #808080. Windows color (decimal): -4624818 or 5140153. OLE color: 5140153.

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

Color convert

RGB18511078-
CMYK00.410.580.27
HSL17.94º43.32%51.57%-
HSV(B)17.94º57.84%72.55%-
XYZ26.9622.0210.04-
YUV128.7899.35168.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=49.60%
G=29.49%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851107800.410.580.2717.9443.3251.57
HexB96E4E0293A1B122b34
Octal2711561160517233225364
Binary101110011101110100111001010011110101101110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E4E; }

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

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

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

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

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

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

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

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