#B7785B

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

Shades of Sante Fe #B7785B

Tints of Sante Fe #B7785B

Color information

#B7785B (or 0xB7785B) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 5B. RGB value is (183,120,91). Sum of RGB (Red+Green+Blue) = 183+120+91=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7785B is #4887A4. Grayscale: #878787. Windows color (decimal): -4753317 or 5994679. OLE color: 5994679.

HSL color Cylindrical-coordinate representation of color #B7785B: hue angle of 18.91º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7785B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18312091-
CMYK00.340.500.28
HSL18.91º38.98%53.73%-
HSV(B)18.91º50.27%71.76%-
XYZ28.1324.2613.1-
YUV135.53102.87161.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=46.45%
G=30.46%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831209100.340.500.2818.9138.9853.73
HexB7785B022321C132736
Octal2671701330426234234766
Binary101101111111000101101101000101100101110010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7785B; }

 p { color: rgb(183,120,91); }

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

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

 a { background-color: rgb(183,120,91); }

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

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

 span { border-color: rgb(183,120,91); }

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