#B2725A

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

Shades of Sante Fe #B2725A

Tints of Sante Fe #B2725A

Color information

#B2725A (or 0xB2725A) is unknown color: approx Sante Fe. HEX triplet: B2, 72 and 5A. RGB value is (178,114,90). Sum of RGB (Red+Green+Blue) = 178+114+90=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2725A is #4D8DA5. Grayscale: #828282. Windows color (decimal): -5082534 or 5927602. OLE color: 5927602.

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

Color convert

RGB17811490-
CMYK00.360.490.30
HSL16.36º36.36%52.55%-
HSV(B)16.36º49.44%69.8%-
XYZ26.2222.2412.58-
YUV130.4105.2161.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=46.60%
G=29.84%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781149000.360.490.3016.3636.3652.55
HexB2725A024311E102435
Octal2621621320446136204465
Binary101100101110010101101001001001100011111010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2725A; }

 p { color: rgb(178,114,90); }

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

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

 a { background-color: rgb(178,114,90); }

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

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

 span { border-color: rgb(178,114,90); }

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