#B67357

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

Shades of Sante Fe #B67357

Tints of Sante Fe #B67357

Color information

#B67357 (or 0xB67357) is unknown color: approx Sante Fe. HEX triplet: B6, 73 and 57. RGB value is (182,115,87). Sum of RGB (Red+Green+Blue) = 182+115+87=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B67357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67357 is #498CA8. Grayscale: #848484. Windows color (decimal): -4820137 or 5731254. OLE color: 5731254.

HSL color Cylindrical-coordinate representation of color #B67357: hue angle of 17.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67357 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18211587-
CMYK00.370.520.29
HSL17.68º39.42%52.75%-
HSV(B)17.68º52.2%71.37%-
XYZ27.1422.8912.01-
YUV131.84102.7163.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 87 (34.38% from 255) = 22.66%
R=47.40%
G=29.95%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821158700.370.520.2917.6839.4252.75
HexB67357025341D122735
Octal2661631270456435224765
Binary101101101110011101011101001011101001110110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67357; }

 p { color: rgb(182,115,87); }

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

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

 a { background-color: rgb(182,115,87); }

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

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

 span { border-color: rgb(182,115,87); }

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