#B06E4B

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

Shades of Sante Fe #B06E4B

Tints of Sante Fe #B06E4B

Color information

#B06E4B (or 0xB06E4B) is unknown color: approx Sante Fe. HEX triplet: B0, 6E and 4B. RGB value is (176,110,75). Sum of RGB (Red+Green+Blue) = 176+110+75=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E4B is #4F91B4. Grayscale: #7D7D7D. Windows color (decimal): -5214645 or 4943536. OLE color: 4943536.

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

Color convert

RGB17611075-
CMYK00.370.570.31
HSL20.79º40.24%49.22%-
HSV(B)20.79º57.39%69.02%-
XYZ24.7520.899.38-
YUV125.7499.37163.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=48.75%
G=30.47%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761107500.370.570.3120.7940.2449.22
HexB06E4B025391F152831
Octal2601561130457137255061
Binary101100001101110100101101001011110011111110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E4B; }

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

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

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

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

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

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

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

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