#B5765B

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

Shades of Sante Fe #B5765B

Tints of Sante Fe #B5765B

Color information

#B5765B (or 0xB5765B) is unknown color: approx Sante Fe. HEX triplet: B5, 76 and 5B. RGB value is (181,118,91). Sum of RGB (Red+Green+Blue) = 181+118+91=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5765B is #4A89A4. Grayscale: #858585. Windows color (decimal): -4884901 or 5994165. OLE color: 5994165.

HSL color Cylindrical-coordinate representation of color #B5765B: hue angle of 18º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5765B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18111891-
CMYK00.350.500.29
HSL18º37.82%53.33%-
HSV(B)18º49.72%70.98%-
XYZ27.4223.5413-
YUV133.76103.87161.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=46.41%
G=30.26%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811189100.350.500.291837.8253.33
HexB5765B023321D122635
Octal2651661330436235224665
Binary101101011110110101101101000111100101110110010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5765B; }

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

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

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

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

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

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

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

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