#B06C4C

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

Shades of Sante Fe #B06C4C

Tints of Sante Fe #B06C4C

Color information

#B06C4C (or 0xB06C4C) is unknown color: approx Sante Fe. HEX triplet: B0, 6C and 4C. RGB value is (176,108,76). Sum of RGB (Red+Green+Blue) = 176+108+76=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C4C is #4F93B3. Grayscale: #7C7C7C. Windows color (decimal): -5215156 or 5008560. OLE color: 5008560.

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

Color convert

RGB17610876-
CMYK00.390.570.31
HSL19.2º39.68%49.41%-
HSV(B)19.2º56.82%69.02%-
XYZ24.5720.489.49-
YUV124.68100.53164.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=48.89%
G=30%
B=21.11%

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
Decimal1761087600.390.570.3119.239.6849.41
HexB06C4C027391F132831
Octal2601541140477137235061
Binary101100001101100100110001001111110011111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C4C; }

 p { color: rgb(176,108,76); }

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

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

 a { background-color: rgb(176,108,76); }

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

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

 span { border-color: rgb(176,108,76); }

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