#B5684B

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

Shades of Sante Fe #B5684B

Tints of Sante Fe #B5684B

Color information

#B5684B (or 0xB5684B) is unknown color: approx Sante Fe. HEX triplet: B5, 68 and 4B. RGB value is (181,104,75). Sum of RGB (Red+Green+Blue) = 181+104+75=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5684B is #4A97B4. Grayscale: #7B7B7B. Windows color (decimal): -4888501 or 4942005. OLE color: 4942005.

HSL color Cylindrical-coordinate representation of color #B5684B: hue angle of 16.42º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5684B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18110475-
CMYK00.430.590.29
HSL16.42º41.73%50.2%-
HSV(B)16.42º58.56%70.98%-
XYZ25.2820.239.23-
YUV123.72100.51168.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=50.28%
G=28.89%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811047500.430.590.2916.4241.7350.2
HexB5684B02B3B1D102a32
Octal2651501130537335205262
Binary101101011101000100101101010111110111110110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5684B; }

 p { color: rgb(181,104,75); }

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

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

 a { background-color: rgb(181,104,75); }

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

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

 span { border-color: rgb(181,104,75); }

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