#B0644D

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

Shades of Sante Fe #B0644D

Tints of Sante Fe #B0644D

Color information

#B0644D (or 0xB0644D) is unknown color: approx Sante Fe. HEX triplet: B0, 64 and 4D. RGB value is (176,100,77). Sum of RGB (Red+Green+Blue) = 176+100+77=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0644D is #4F9BB2. Grayscale: #787878. Windows color (decimal): -5217203 or 5072048. OLE color: 5072048.

HSL color Cylindrical-coordinate representation of color #B0644D: hue angle of 13.94º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0644D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17610077-
CMYK00.430.560.31
HSL13.94º39.13%49.61%-
HSV(B)13.94º56.25%69.02%-
XYZ23.818.889.41-
YUV120.1103.68167.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=49.86%
G=28.33%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761007700.430.560.3113.9439.1349.61
HexB0644D02B381Fe2732
Octal2601441150537037164762
Binary10110000110010010011010101011111000111111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0644D; }

 p { color: rgb(176,100,77); }

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

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

 a { background-color: rgb(176,100,77); }

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

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

 span { border-color: rgb(176,100,77); }

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