#B76F51

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

Shades of Sante Fe #B76F51

Tints of Sante Fe #B76F51

Color information

#B76F51 (or 0xB76F51) is unknown color: approx Sante Fe. HEX triplet: B7, 6F and 51. RGB value is (183,111,81). Sum of RGB (Red+Green+Blue) = 183+111+81=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F51 is #4890AE. Grayscale: #818181. Windows color (decimal): -4755631 or 5337015. OLE color: 5337015.

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

Color convert

RGB18311181-
CMYK00.390.560.28
HSL17.65º41.46%51.76%-
HSV(B)17.65º55.74%71.76%-
XYZ26.722.0310.63-
YUV129.11100.85166.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=48.8%
G=29.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831118100.390.560.2817.6541.4651.76
HexB76F51027381C122934
Octal2671571210477034225164
Binary101101111101111101000101001111110001110010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F51; }

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

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

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

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

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

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

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

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