#B76754

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

Shades of Sante Fe #B76754

Tints of Sante Fe #B76754

Color information

#B76754 (or 0xB76754) is unknown color: approx Sante Fe. HEX triplet: B7, 67 and 54. RGB value is (183,103,84). Sum of RGB (Red+Green+Blue) = 183+103+84=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76754 is #4898AB. Grayscale: #7C7C7C. Windows color (decimal): -4757676 or 5531575. OLE color: 5531575.

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

Color convert

RGB18310384-
CMYK00.440.540.28
HSL11.52º40.74%52.35%-
HSV(B)11.52º54.1%71.76%-
XYZ25.9820.4110.96-
YUV124.75105169.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=49.46%
G=27.84%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831038400.440.540.2811.5240.7452.35
HexB7675402C361Cc2934
Octal2671471240546634145164
Binary10110111110011110101000101100110110111001100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76754; }

 p { color: rgb(183,103,84); }

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

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

 a { background-color: rgb(183,103,84); }

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

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

 span { border-color: rgb(183,103,84); }

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