#B5694D

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

Shades of Sante Fe #B5694D

Tints of Sante Fe #B5694D

Color information

#B5694D (or 0xB5694D) is unknown color: approx Sante Fe. HEX triplet: B5, 69 and 4D. RGB value is (181,105,77). Sum of RGB (Red+Green+Blue) = 181+105+77=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5694D is #4A96B2. Grayscale: #7C7C7C. Windows color (decimal): -4888243 or 5073333. OLE color: 5073333.

HSL color Cylindrical-coordinate representation of color #B5694D: hue angle of 16.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5694D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18110577-
CMYK00.420.570.29
HSL16.15º41.27%50.59%-
HSV(B)16.15º57.46%70.98%-
XYZ25.4520.469.63-
YUV124.53101.18168.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=49.86%
G=28.93%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811057700.420.570.2916.1541.2750.59
HexB5694D02A391D102933
Octal2651511150527135205163
Binary101101011101001100110101010101110011110110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5694D; }

 p { color: rgb(181,105,77); }

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

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

 a { background-color: rgb(181,105,77); }

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

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

 span { border-color: rgb(181,105,77); }

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