#B0684C

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

Shades of Sante Fe #B0684C

Tints of Sante Fe #B0684C

Color information

#B0684C (or 0xB0684C) is unknown color: approx Sante Fe. HEX triplet: B0, 68 and 4C. RGB value is (176,104,76). Sum of RGB (Red+Green+Blue) = 176+104+76=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0684C is #4F97B3. Grayscale: #7A7A7A. Windows color (decimal): -5216180 or 5007536. OLE color: 5007536.

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

Color convert

RGB17610476-
CMYK00.410.570.31
HSL16.8º39.68%49.41%-
HSV(B)16.8º56.82%69.02%-
XYZ24.1619.659.36-
YUV122.34101.85166.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=49.44%
G=29.21%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761047600.410.570.3116.839.6849.41
HexB0684C029391F112831
Octal2601501140517137215061
Binary101100001101000100110001010011110011111110001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0684C; }

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

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

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

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

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

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

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

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