#B7735A

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

Shades of Sante Fe #B7735A

Tints of Sante Fe #B7735A

Color information

#B7735A (or 0xB7735A) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 5A. RGB value is (183,115,90). Sum of RGB (Red+Green+Blue) = 183+115+90=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7735A is #488CA5. Grayscale: #848484. Windows color (decimal): -4754598 or 5927863. OLE color: 5927863.

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

Color convert

RGB18311590-
CMYK00.370.510.28
HSL16.13º39.24%53.53%-
HSV(B)16.13º50.82%71.76%-
XYZ27.523.0712.68-
YUV132.48104.03164.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=47.16%
G=29.64%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831159000.370.510.2816.1339.2453.53
HexB7735A025331C102736
Octal2671631320456334204766
Binary101101111110011101101001001011100111110010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7735A; }

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

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

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

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

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

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

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

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