#B7765B

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

Shades of Sante Fe #B7765B

Tints of Sante Fe #B7765B

Color information

#B7765B (or 0xB7765B) is unknown color: approx Sante Fe. HEX triplet: B7, 76 and 5B. RGB value is (183,118,91). Sum of RGB (Red+Green+Blue) = 183+118+91=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7765B is #4889A4. Grayscale: #868686. Windows color (decimal): -4753829 or 5994167. OLE color: 5994167.

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

Color convert

RGB18311891-
CMYK00.360.500.28
HSL17.61º38.98%53.73%-
HSV(B)17.61º50.27%71.76%-
XYZ27.923.7813.02-
YUV134.36103.53162.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=46.68%
G=30.10%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831189100.360.500.2817.6138.9853.73
HexB7765B024321C122736
Octal2671661330446234224766
Binary101101111110110101101101001001100101110010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7765B; }

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

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

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

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

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

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

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

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