#B6735A

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

Shades of Sante Fe #B6735A

Tints of Sante Fe #B6735A

Color information

#B6735A (or 0xB6735A) is unknown color: approx Sante Fe. HEX triplet: B6, 73 and 5A. RGB value is (182,115,90). Sum of RGB (Red+Green+Blue) = 182+115+90=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6735A is #498CA5. Grayscale: #848484. Windows color (decimal): -4820134 or 5927862. OLE color: 5927862.

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

Color convert

RGB18211590-
CMYK00.370.510.29
HSL16.3º38.66%53.33%-
HSV(B)16.3º50.55%71.37%-
XYZ27.2722.9412.66-
YUV132.18104.2163.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=47.03%
G=29.72%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821159000.370.510.2916.338.6653.33
HexB6735A025331D102735
Octal2661631320456335204765
Binary101101101110011101101001001011100111110110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6735A; }

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

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

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

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

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

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

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

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