#B7704F

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

Shades of Sante Fe #B7704F

Tints of Sante Fe #B7704F

Color information

#B7704F (or 0xB7704F) is unknown color: approx Sante Fe. HEX triplet: B7, 70 and 4F. RGB value is (183,112,79). Sum of RGB (Red+Green+Blue) = 183+112+79=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7704F is #488FB0. Grayscale: #818181. Windows color (decimal): -4755377 or 5206199. OLE color: 5206199.

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

Color convert

RGB18311279-
CMYK00.390.570.28
HSL19.04º41.94%51.37%-
HSV(B)19.04º56.83%71.76%-
XYZ26.7322.2210.28-
YUV129.4799.52166.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=48.93%
G=29.95%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831127900.390.570.2819.0441.9451.37
HexB7704F027391C132a33
Octal2671601170477134235263
Binary101101111110000100111101001111110011110010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7704F; }

 p { color: rgb(183,112,79); }

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

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

 a { background-color: rgb(183,112,79); }

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

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

 span { border-color: rgb(183,112,79); }

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