#B06A58

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

Shades of Sante Fe #B06A58

Tints of Sante Fe #B06A58

Color information

#B06A58 (or 0xB06A58) is unknown color: approx Sante Fe. HEX triplet: B0, 6A and 58. RGB value is (176,106,88). Sum of RGB (Red+Green+Blue) = 176+106+88=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A58 is #4F95A7. Grayscale: #7D7D7D. Windows color (decimal): -5215656 or 5794480. OLE color: 5794480.

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

Color convert

RGB17610688-
CMYK00.400.500.31
HSL12.27º35.77%51.76%-
HSV(B)12.27º50%69.02%-
XYZ24.8220.2411.83-
YUV124.88107.19164.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=47.57%
G=28.65%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761068800.400.500.3112.2735.7751.76
HexB06A58028321Fc2434
Octal2601521300506237144464
Binary10110000110101010110000101000110010111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A58; }

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

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

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

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

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

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

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

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