#B5694B

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

Shades of Sante Fe #B5694B

Tints of Sante Fe #B5694B

Color information

#B5694B (or 0xB5694B) is unknown color: approx Sante Fe. HEX triplet: B5, 69 and 4B. RGB value is (181,105,75). Sum of RGB (Red+Green+Blue) = 181+105+75=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5694B is #4A96B4. Grayscale: #7C7C7C. Windows color (decimal): -4888245 or 4942261. OLE color: 4942261.

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

Color convert

RGB18110575-
CMYK00.420.590.29
HSL16.98º41.73%50.2%-
HSV(B)16.98º58.56%70.98%-
XYZ25.3820.439.26-
YUV124.3100.18168.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=50.14%
G=29.09%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811057500.420.590.2916.9841.7350.2
HexB5694B02A3B1D112a32
Octal2651511130527335215262
Binary101101011101001100101101010101110111110110001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5694B; }

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

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

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

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

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

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

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

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