#B4664C

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

Shades of Sante Fe #B4664C

Tints of Sante Fe #B4664C

Color information

#B4664C (or 0xB4664C) is unknown color: approx Sante Fe. HEX triplet: B4, 66 and 4C. RGB value is (180,102,76). Sum of RGB (Red+Green+Blue) = 180+102+76=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4664C is #4B99B3. Grayscale: #7A7A7A. Windows color (decimal): -4954548 or 5007028. OLE color: 5007028.

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

Color convert

RGB18010276-
CMYK00.430.580.29
HSL15º40.94%50.2%-
HSV(B)15º57.78%70.59%-
XYZ24.8819.739.33-
YUV122.36101.84169.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=50.28%
G=28.49%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801027600.430.580.291540.9450.2
HexB4664C02B3A1Df2932
Octal2641461140537235175162
Binary10110100110011010011000101011111010111011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4664C; }

 p { color: rgb(180,102,76); }

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

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

 a { background-color: rgb(180,102,76); }

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

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

 span { border-color: rgb(180,102,76); }

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