#b06d4b

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

Shades of Sante Fe #B06D4B

Tints of Sante Fe #B06D4B

Color information

#B06D4B (or 0xB06D4B) is unknown color: approx Sante Fe. HEX triplet: B0, 6D and 4B. RGB value is (176,109,75). Sum of RGB (Red+Green+Blue) = 176+109+75=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D4B is #4F92B4. Grayscale: #7D7D7D. Windows color (decimal): -5214901 or 4943280. OLE color: 4943280.

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

Color convert

RGB17610975-
CMYK00.380.570.31
HSL20.2º40.24%49.22%-
HSV(B)20.2º57.39%69.02%-
XYZ24.6420.689.35-
YUV125.1699.7164.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=48.89%
G=30.28%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761097500.380.570.3120.240.2449.22
HexB06D4B026391F142831
Octal2601551130467137245061
Binary101100001101101100101101001101110011111110100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06d4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06d4b; }

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

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

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

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

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

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

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

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