#B4725C

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

Shades of Sante Fe #B4725C

Tints of Sante Fe #B4725C

Color information

#B4725C (or 0xB4725C) is unknown color: approx Sante Fe. HEX triplet: B4, 72 and 5C. RGB value is (180,114,92). Sum of RGB (Red+Green+Blue) = 180+114+92=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4725C is #4B8DA3. Grayscale: #838383. Windows color (decimal): -4951460 or 6058676. OLE color: 6058676.

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

Color convert

RGB18011492-
CMYK00.370.490.29
HSL15º36.97%53.33%-
HSV(B)15º48.89%70.59%-
XYZ26.7722.5113.06-
YUV131.23105.87162.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=46.63%
G=29.53%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801149200.370.490.291536.9753.33
HexB4725C025311Df2535
Octal2641621340456135174565
Binary10110100111001010111000100101110001111011111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4725C; }

 p { color: rgb(180,114,92); }

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

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

 a { background-color: rgb(180,114,92); }

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

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

 span { border-color: rgb(180,114,92); }

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