#b06b5a

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

Shades of Sante Fe #B06B5A

Tints of Sante Fe #B06B5A

Color information

#B06B5A (or 0xB06B5A) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 5A. RGB value is (176,107,90). Sum of RGB (Red+Green+Blue) = 176+107+90=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B5A is #4F94A5. Grayscale: #7D7D7D. Windows color (decimal): -5215398 or 5925808. OLE color: 5925808.

HSL color Cylindrical-coordinate representation of color #B06B5A: hue angle of 11.86º 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 #B06B5A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17610790-
CMYK00.390.490.31
HSL11.86º35.25%52.16%-
HSV(B)11.86º48.86%69.02%-
XYZ25.0120.4812.31-
YUV125.69107.86163.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=47.18%
G=28.69%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761079000.390.490.3111.8635.2552.16
HexB06B5A027311Fc2334
Octal2601531320476137144364
Binary10110000110101110110100100111110001111111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06b5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06b5a; }

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

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

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

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

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

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

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

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