#B2765B

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

Shades of Sante Fe #B2765B

Tints of Sante Fe #B2765B

Color information

#B2765B (or 0xB2765B) is unknown color: approx Sante Fe. HEX triplet: B2, 76 and 5B. RGB value is (178,118,91). Sum of RGB (Red+Green+Blue) = 178+118+91=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2765B is #4D89A4. Grayscale: #858585. Windows color (decimal): -5081509 or 5994162. OLE color: 5994162.

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

Color convert

RGB17811891-
CMYK00.340.490.30
HSL18.62º36.1%52.75%-
HSV(B)18.62º48.88%69.8%-
XYZ26.7323.1812.96-
YUV132.86104.38160.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=45.99%
G=30.49%
B=23.51%

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
Decimal1781189100.340.490.3018.6236.152.75
HexB2765B022311E132435
Octal2621661330426136234465
Binary101100101110110101101101000101100011111010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2765B; }

 p { color: rgb(178,118,91); }

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

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

 a { background-color: rgb(178,118,91); }

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

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

 span { border-color: rgb(178,118,91); }

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