#B0694D

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

Shades of Sante Fe #B0694D

Tints of Sante Fe #B0694D

Color information

#B0694D (or 0xB0694D) is unknown color: approx Sante Fe. HEX triplet: B0, 69 and 4D. RGB value is (176,105,77). Sum of RGB (Red+Green+Blue) = 176+105+77=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0694D is #4F96B2. Grayscale: #7B7B7B. Windows color (decimal): -5215923 or 5073328. OLE color: 5073328.

HSL color Cylindrical-coordinate representation of color #B0694D: hue angle of 16.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0694D is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17610577-
CMYK00.400.560.31
HSL16.97º39.13%49.61%-
HSV(B)16.97º56.25%69.02%-
XYZ24.319.879.58-
YUV123.04102.02165.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=49.16%
G=29.33%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761057700.400.560.3116.9739.1349.61
HexB0694D028381F112732
Octal2601511150507037214762
Binary101100001101001100110101010001110001111110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0694D; }

 p { color: rgb(176,105,77); }

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

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

 a { background-color: rgb(176,105,77); }

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

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

 span { border-color: rgb(176,105,77); }

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