#B6734F

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

Shades of Sante Fe #B6734F

Tints of Sante Fe #B6734F

Color information

#B6734F (or 0xB6734F) is unknown color: approx Sante Fe. HEX triplet: B6, 73 and 4F. RGB value is (182,115,79). Sum of RGB (Red+Green+Blue) = 182+115+79=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6734F is #498CB0. Grayscale: #838383. Windows color (decimal): -4820145 or 5206966. OLE color: 5206966.

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

Color convert

RGB18211579-
CMYK00.370.570.29
HSL20.97º41.37%51.18%-
HSV(B)20.97º56.59%71.37%-
XYZ26.8322.7710.38-
YUV130.9398.7164.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 79 (31.25% from 255) = 21.01%
R=48.40%
G=30.59%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821157900.370.570.2920.9741.3751.18
HexB6734F025391D152933
Octal2661631170457135255163
Binary101101101110011100111101001011110011110110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6734F; }

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

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

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

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

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

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

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

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