#B77155

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

Shades of Sante Fe #B77155

Tints of Sante Fe #B77155

Color information

#B77155 (or 0xB77155) is unknown color: approx Sante Fe. HEX triplet: B7, 71 and 55. RGB value is (183,113,85). Sum of RGB (Red+Green+Blue) = 183+113+85=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77155 is #488EAA. Grayscale: #828282. Windows color (decimal): -4755115 or 5599671. OLE color: 5599671.

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

Color convert

RGB18311385-
CMYK00.380.540.28
HSL17.14º40.5%52.55%-
HSV(B)17.14º53.55%71.76%-
XYZ27.0722.5311.52-
YUV130.74102.19165.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=48.03%
G=29.66%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831138500.380.540.2817.1440.552.55
HexB77155026361C112835
Octal2671611250466634215065
Binary101101111110001101010101001101101101110010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77155; }

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

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

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

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

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

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

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

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