#B9705A

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

Shades of Sante Fe #B9705A

Tints of Sante Fe #B9705A

Color information

#B9705A (or 0xB9705A) is unknown color: approx Sante Fe. HEX triplet: B9, 70 and 5A. RGB value is (185,112,90). Sum of RGB (Red+Green+Blue) = 185+112+90=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9705A is #468FA5. Grayscale: #838383. Windows color (decimal): -4624294 or 5927097. OLE color: 5927097.

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

Color convert

RGB18511290-
CMYK00.390.510.27
HSL13.89º40.43%53.92%-
HSV(B)13.89º51.35%72.55%-
XYZ27.6522.6412.59-
YUV131.32104.68166.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=47.80%
G=28.94%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851129000.390.510.2713.8940.4353.92
HexB9705A027331Be2836
Octal2711601320476333165066
Binary10111001111000010110100100111110011110111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9705A; }

 p { color: rgb(185,112,90); }

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

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

 a { background-color: rgb(185,112,90); }

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

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

 span { border-color: rgb(185,112,90); }

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