#B2764F

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

Shades of Sante Fe #B2764F

Tints of Sante Fe #B2764F

Color information

#B2764F (or 0xB2764F) is unknown color: approx Sante Fe. HEX triplet: B2, 76 and 4F. RGB value is (178,118,79). Sum of RGB (Red+Green+Blue) = 178+118+79=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2764F is #4D89B0. Grayscale: #838383. Windows color (decimal): -5081521 or 5207730. OLE color: 5207730.

HSL color Cylindrical-coordinate representation of color #B2764F: hue angle of 23.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2764F is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17811879-
CMYK00.340.560.30
HSL23.64º39.13%50.39%-
HSV(B)23.64º55.62%69.8%-
XYZ26.2522.9910.45-
YUV131.4998.38161.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=47.47%
G=31.47%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781187900.340.560.3023.6439.1350.39
HexB2764F022381E182732
Octal2621661170427036304762
Binary101100101110110100111101000101110001111011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2764F; }

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

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

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

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

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

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

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

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