#B07751

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

Shades of Sante Fe #B07751

Tints of Sante Fe #B07751

Color information

#B07751 (or 0xB07751) is unknown color: approx Sante Fe. HEX triplet: B0, 77 and 51. RGB value is (176,119,81). Sum of RGB (Red+Green+Blue) = 176+119+81=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B07751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07751 is #4F88AE. Grayscale: #838383. Windows color (decimal): -5212335 or 5339056. OLE color: 5339056.

HSL color Cylindrical-coordinate representation of color #B07751: hue angle of 24º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B07751 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17611981-
CMYK00.320.540.31
HSL24º37.55%50.39%-
HSV(B)24º53.98%69.02%-
XYZ25.9923.0210.86-
YUV131.7199.38159.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=46.81%
G=31.65%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761198100.320.540.312437.5550.39
HexB07751020361F182632
Octal2601671210406637304662
Binary101100001110111101000101000001101101111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07751; }

 p { color: rgb(176,119,81); }

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

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

 a { background-color: rgb(176,119,81); }

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

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

 span { border-color: rgb(176,119,81); }

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