#B2764D

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

Shades of Sante Fe #B2764D

Tints of Sante Fe #B2764D

Color information

#B2764D (or 0xB2764D) is unknown color: approx Sante Fe. HEX triplet: B2, 76 and 4D. RGB value is (178,118,77). Sum of RGB (Red+Green+Blue) = 178+118+77=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2764D is #4D89B2. Grayscale: #838383. Windows color (decimal): -5081523 or 5076658. OLE color: 5076658.

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

Color convert

RGB17811877-
CMYK00.340.570.30
HSL24.36º39.61%50%-
HSV(B)24.36º56.74%69.8%-
XYZ26.1822.9610.07-
YUV131.2797.38161.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=47.72%
G=31.64%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781187700.340.570.3024.3639.6150
HexB2764D022391E182832
Octal2621661150427136305062
Binary101100101110110100110101000101110011111011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2764D; }

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

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

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

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

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

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

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

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