#B77157

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

Shades of Sante Fe #B77157

Tints of Sante Fe #B77157

Color information

#B77157 (or 0xB77157) is unknown color: approx Sante Fe. HEX triplet: B7, 71 and 57. RGB value is (183,113,87). Sum of RGB (Red+Green+Blue) = 183+113+87=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77157 is #488EA8. Grayscale: #838383. Windows color (decimal): -4755113 or 5730743. OLE color: 5730743.

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

Color convert

RGB18311387-
CMYK00.380.520.28
HSL16.25º40%52.94%-
HSV(B)16.25º52.46%71.76%-
XYZ27.1522.5711.94-
YUV130.97103.19165.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=47.78%
G=29.50%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831138700.380.520.2816.254052.94
HexB77157026341C102835
Octal2671611270466434205065
Binary101101111110001101011101001101101001110010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77157; }

 p { color: rgb(183,113,87); }

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

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

 a { background-color: rgb(183,113,87); }

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

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

 span { border-color: rgb(183,113,87); }

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