#B0734C

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

Shades of Sante Fe #B0734C

Tints of Sante Fe #B0734C

Color information

#B0734C (or 0xB0734C) is unknown color: approx Sante Fe. HEX triplet: B0, 73 and 4C. RGB value is (176,115,76). Sum of RGB (Red+Green+Blue) = 176+115+76=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0734C is #4F8CB3. Grayscale: #818181. Windows color (decimal): -5213364 or 5010352. OLE color: 5010352.

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

Color convert

RGB17611576-
CMYK00.350.570.31
HSL23.4º39.68%49.41%-
HSV(B)23.4º56.82%69.02%-
XYZ25.3422.019.75-
YUV128.7998.21161.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 76 (30.08% from 255) = 20.71%
R=47.96%
G=31.34%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761157600.350.570.3123.439.6849.41
HexB0734C023391F172831
Octal2601631140437137275061
Binary101100001110011100110001000111110011111110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0734C; }

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

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

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

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

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

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

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

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