#B76B51

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

Shades of Sante Fe #B76B51

Tints of Sante Fe #B76B51

Color information

#B76B51 (or 0xB76B51) is unknown color: approx Sante Fe. HEX triplet: B7, 6B and 51. RGB value is (183,107,81). Sum of RGB (Red+Green+Blue) = 183+107+81=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B51 is #4894AE. Grayscale: #7E7E7E. Windows color (decimal): -4756655 or 5335991. OLE color: 5335991.

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

Color convert

RGB18310781-
CMYK00.420.560.28
HSL15.29º41.46%51.76%-
HSV(B)15.29º55.74%71.76%-
XYZ26.2721.1810.49-
YUV126.76102.18168.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=49.33%
G=28.84%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831078100.420.560.2815.2941.4651.76
HexB76B5102A381Cf2934
Octal2671531210527034175164
Binary10110111110101110100010101010111000111001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B51; }

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

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

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

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

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

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

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

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