#B76C58

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

Shades of Sante Fe #B76C58

Tints of Sante Fe #B76C58

Color information

#B76C58 (or 0xB76C58) is unknown color: approx Sante Fe. HEX triplet: B7, 6C and 58. RGB value is (183,108,88). Sum of RGB (Red+Green+Blue) = 183+108+88=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C58 is #4893A7. Grayscale: #808080. Windows color (decimal): -4756392 or 5794999. OLE color: 5794999.

HSL color Cylindrical-coordinate representation of color #B76C58: hue angle of 12.63º 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 #B76C58 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18310888-
CMYK00.410.520.28
HSL12.63º39.75%53.14%-
HSV(B)12.63º51.91%71.76%-
XYZ26.6521.511.98-
YUV128.15105.35167.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=48.28%
G=28.50%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831088800.410.520.2812.6339.7553.14
HexB76C58029341Cd2835
Octal2671541300516434155065
Binary10110111110110010110000101001110100111001101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C58; }

 p { color: rgb(183,108,88); }

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

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

 a { background-color: rgb(183,108,88); }

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

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

 span { border-color: rgb(183,108,88); }

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