#B76954

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

Shades of Sante Fe #B76954

Tints of Sante Fe #B76954

Color information

#B76954 (or 0xB76954) is unknown color: approx Sante Fe. HEX triplet: B7, 69 and 54. RGB value is (183,105,84). Sum of RGB (Red+Green+Blue) = 183+105+84=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B76954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76954 is #4896AB. Grayscale: #7E7E7E. Windows color (decimal): -4757164 or 5532087. OLE color: 5532087.

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

Color convert

RGB18310584-
CMYK00.430.540.28
HSL12.73º40.74%52.35%-
HSV(B)12.73º54.1%71.76%-
XYZ26.1820.8111.02-
YUV125.93104.34168.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=49.19%
G=28.23%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831058400.430.540.2812.7340.7452.35
HexB7695402B361Cd2934
Octal2671511240536634155164
Binary10110111110100110101000101011110110111001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76954; }

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

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

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

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

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

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

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

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