#b0674c

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

Shades of Sante Fe #B0674C

Tints of Sante Fe #B0674C

Color information

#B0674C (or 0xB0674C) is unknown color: approx Sante Fe. HEX triplet: B0, 67 and 4C. RGB value is (176,103,76). Sum of RGB (Red+Green+Blue) = 176+103+76=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0674C is #4F98B3. Grayscale: #797979. Windows color (decimal): -5216436 or 5007280. OLE color: 5007280.

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

Color convert

RGB17610376-
CMYK00.410.570.31
HSL16.2º39.68%49.41%-
HSV(B)16.2º56.82%69.02%-
XYZ24.0619.459.32-
YUV121.75102.18166.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=49.58%
G=29.01%
B=21.41%

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
Decimal1761037600.410.570.3116.239.6849.41
HexB0674C029391F102831
Octal2601471140517137205061
Binary101100001100111100110001010011110011111110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0674c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0674c; }

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

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

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

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

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

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

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

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