#B06A5A

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

Shades of Sante Fe #B06A5A

Tints of Sante Fe #B06A5A

Color information

#B06A5A (or 0xB06A5A) is unknown color: approx Sante Fe. HEX triplet: B0, 6A and 5A. RGB value is (176,106,90). Sum of RGB (Red+Green+Blue) = 176+106+90=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A5A is #4F95A5. Grayscale: #7D7D7D. Windows color (decimal): -5215654 or 5925552. OLE color: 5925552.

HSL color Cylindrical-coordinate representation of color #B06A5A: hue angle of 11.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B06A5A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17610690-
CMYK00.400.490.31
HSL11.16º35.25%52.16%-
HSV(B)11.16º48.86%69.02%-
XYZ24.920.2812.27-
YUV125.11108.19164.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=47.31%
G=28.49%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761069000.400.490.3111.1635.2552.16
HexB06A5A028311Fb2334
Octal2601521320506137134364
Binary10110000110101010110100101000110001111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A5A; }

 p { color: rgb(176,106,90); }

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

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

 a { background-color: rgb(176,106,90); }

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

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

 span { border-color: rgb(176,106,90); }

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