#B5654D

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

Shades of Sante Fe #B5654D

Tints of Sante Fe #B5654D

Color information

#B5654D (or 0xB5654D) is unknown color: approx Sante Fe. HEX triplet: B5, 65 and 4D. RGB value is (181,101,77). Sum of RGB (Red+Green+Blue) = 181+101+77=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5654D is #4A9AB2. Grayscale: #7A7A7A. Windows color (decimal): -4889267 or 5072309. OLE color: 5072309.

HSL color Cylindrical-coordinate representation of color #B5654D: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5654D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18110177-
CMYK00.440.570.29
HSL13.85º41.27%50.59%-
HSV(B)13.85º57.46%70.98%-
XYZ25.0519.679.5-
YUV122.18102.5169.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=50.42%
G=28.13%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811017700.440.570.2913.8541.2750.59
HexB5654D02C391De2933
Octal2651451150547135165163
Binary10110101110010110011010101100111001111011110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5654D; }

 p { color: rgb(181,101,77); }

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

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

 a { background-color: rgb(181,101,77); }

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

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

 span { border-color: rgb(181,101,77); }

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