#B6664F

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

Shades of Sante Fe #B6664F

Tints of Sante Fe #B6664F

Color information

#B6664F (or 0xB6664F) is unknown color: approx Sante Fe. HEX triplet: B6, 66 and 4F. RGB value is (182,102,79). Sum of RGB (Red+Green+Blue) = 182+102+79=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6664F is #4999B0. Grayscale: #7B7B7B. Windows color (decimal): -4823473 or 5203638. OLE color: 5203638.

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

Color convert

RGB18210279-
CMYK00.440.570.29
HSL13.4º41.37%51.18%-
HSV(B)13.4º56.59%71.37%-
XYZ25.4520.019.92-
YUV123.3103169.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=50.14%
G=28.10%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821027900.440.570.2913.441.3751.18
HexB6664F02C391Dd2933
Octal2661461170547135155163
Binary10110110110011010011110101100111001111011101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6664F; }

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

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

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

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

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

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

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

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