#B4694B

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

Shades of Sante Fe #B4694B

Tints of Sante Fe #B4694B

Color information

#B4694B (or 0xB4694B) is unknown color: approx Sante Fe. HEX triplet: B4, 69 and 4B. RGB value is (180,105,75). Sum of RGB (Red+Green+Blue) = 180+105+75=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4694B is #4B96B4. Grayscale: #7C7C7C. Windows color (decimal): -4953781 or 4942260. OLE color: 4942260.

HSL color Cylindrical-coordinate representation of color #B4694B: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4694B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18010575-
CMYK00.420.580.29
HSL17.14º41.18%50%-
HSV(B)17.14º58.33%70.59%-
XYZ25.1420.319.25-
YUV124100.35167.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=50%
G=29.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801057500.420.580.2917.1441.1850
HexB4694B02A3A1D112932
Octal2641511130527235215162
Binary101101001101001100101101010101110101110110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4694B; }

 p { color: rgb(180,105,75); }

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

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

 a { background-color: rgb(180,105,75); }

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

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

 span { border-color: rgb(180,105,75); }

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