#B06B4B

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

Shades of Sante Fe #B06B4B

Tints of Sante Fe #B06B4B

Color information

#B06B4B (or 0xB06B4B) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 4B. RGB value is (176,107,75). Sum of RGB (Red+Green+Blue) = 176+107+75=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B4B is #4F94B4. Grayscale: #7C7C7C. Windows color (decimal): -5215413 or 4942768. OLE color: 4942768.

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

Color convert

RGB17610775-
CMYK00.390.570.31
HSL19.01º40.24%49.22%-
HSV(B)19.01º57.39%69.02%-
XYZ24.4320.259.28-
YUV123.98100.36165.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=49.16%
G=29.89%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761077500.390.570.3119.0140.2449.22
HexB06B4B027391F132831
Octal2601531130477137235061
Binary101100001101011100101101001111110011111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B4B; }

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

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

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

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

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

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

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

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