#B6744F

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

Shades of Sante Fe #B6744F

Tints of Sante Fe #B6744F

Color information

#B6744F (or 0xB6744F) is unknown color: approx Sante Fe. HEX triplet: B6, 74 and 4F. RGB value is (182,116,79). Sum of RGB (Red+Green+Blue) = 182+116+79=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6744F is #498BB0. Grayscale: #838383. Windows color (decimal): -4819889 or 5207222. OLE color: 5207222.

HSL color Cylindrical-coordinate representation of color #B6744F: hue angle of 21.55º 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 #B6744F is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18211679-
CMYK00.360.570.29
HSL21.55º41.37%51.18%-
HSV(B)21.55º56.59%71.37%-
XYZ26.952310.42-
YUV131.5298.37164.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=48.28%
G=30.77%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821167900.360.570.2921.5541.3751.18
HexB6744F024391D162933
Octal2661641170447135265163
Binary101101101110100100111101001001110011110110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6744F; }

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

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

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

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

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

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

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

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