#B77253

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

Shades of Sante Fe #B77253

Tints of Sante Fe #B77253

Color information

#B77253 (or 0xB77253) is unknown color: approx Sante Fe. HEX triplet: B7, 72 and 53. RGB value is (183,114,83). Sum of RGB (Red+Green+Blue) = 183+114+83=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B77253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77253 is #488DAC. Grayscale: #838383. Windows color (decimal): -4754861 or 5468855. OLE color: 5468855.

HSL color Cylindrical-coordinate representation of color #B77253: hue angle of 18.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B77253 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18311483-
CMYK00.380.550.28
HSL18.6º40.98%52.16%-
HSV(B)18.6º54.64%71.76%-
XYZ27.1122.7311.14-
YUV131.1100.86165.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=48.16%
G=30%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831148300.380.550.2818.640.9852.16
HexB77253026371C132934
Octal2671621230466734235164
Binary101101111110010101001101001101101111110010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77253; }

 p { color: rgb(183,114,83); }

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

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

 a { background-color: rgb(183,114,83); }

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

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

 span { border-color: rgb(183,114,83); }

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