#B2755A

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

Shades of Sante Fe #B2755A

Tints of Sante Fe #B2755A

Color information

#B2755A (or 0xB2755A) is unknown color: approx Sante Fe. HEX triplet: B2, 75 and 5A. RGB value is (178,117,90). Sum of RGB (Red+Green+Blue) = 178+117+90=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2755A is #4D8AA5. Grayscale: #848484. Windows color (decimal): -5081766 or 5928370. OLE color: 5928370.

HSL color Cylindrical-coordinate representation of color #B2755A: hue angle of 18.41º 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 #B2755A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17811790-
CMYK00.340.490.30
HSL18.41º36.36%52.55%-
HSV(B)18.41º49.44%69.8%-
XYZ26.5722.9312.7-
YUV132.16104.21160.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=46.23%
G=30.39%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781179000.340.490.3018.4136.3652.55
HexB2755A022311E122435
Octal2621651320426136224465
Binary101100101110101101101001000101100011111010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2755A; }

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

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

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

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

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

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

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

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