#B77651

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

Shades of Sante Fe #B77651

Tints of Sante Fe #B77651

Color information

#B77651 (or 0xB77651) is unknown color: approx Sante Fe. HEX triplet: B7, 76 and 51. RGB value is (183,118,81). Sum of RGB (Red+Green+Blue) = 183+118+81=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77651 is #4889AE. Grayscale: #858585. Windows color (decimal): -4753839 or 5338807. OLE color: 5338807.

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

Color convert

RGB18311881-
CMYK00.360.560.28
HSL21.76º41.46%51.76%-
HSV(B)21.76º55.74%71.76%-
XYZ27.4923.6210.89-
YUV133.2298.53163.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=47.91%
G=30.89%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831188100.360.560.2821.7641.4651.76
HexB77651024381C162934
Octal2671661210447034265164
Binary101101111110110101000101001001110001110010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77651; }

 p { color: rgb(183,118,81); }

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

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

 a { background-color: rgb(183,118,81); }

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

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

 span { border-color: rgb(183,118,81); }

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