#B9734F

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

Shades of Sante Fe #B9734F

Tints of Sante Fe #B9734F

Color information

#B9734F (or 0xB9734F) is unknown color: approx Sante Fe. HEX triplet: B9, 73 and 4F. RGB value is (185,115,79). Sum of RGB (Red+Green+Blue) = 185+115+79=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9734F is #468CB0. Grayscale: #848484. Windows color (decimal): -4623537 or 5206969. OLE color: 5206969.

HSL color Cylindrical-coordinate representation of color #B9734F: hue angle of 20.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9734F is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18511579-
CMYK00.380.570.27
HSL20.38º43.09%51.76%-
HSV(B)20.38º57.3%72.55%-
XYZ27.5523.1410.41-
YUV131.8398.19165.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=48.81%
G=30.34%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851157900.380.570.2720.3843.0951.76
HexB9734F026391B142b34
Octal2711631170467133245364
Binary101110011110011100111101001101110011101110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9734F; }

 p { color: rgb(185,115,79); }

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

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

 a { background-color: rgb(185,115,79); }

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

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

 span { border-color: rgb(185,115,79); }

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