#B4734C

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

Shades of Sante Fe #B4734C

Tints of Sante Fe #B4734C

Color information

#B4734C (or 0xB4734C) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 4C. RGB value is (180,115,76). Sum of RGB (Red+Green+Blue) = 180+115+76=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4734C is #4B8CB3. Grayscale: #828282. Windows color (decimal): -4951220 or 5010356. OLE color: 5010356.

HSL color Cylindrical-coordinate representation of color #B4734C: hue angle of 22.5º 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 #B4734C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18011576-
CMYK00.360.580.29
HSL22.5º40.94%50.2%-
HSV(B)22.5º57.78%70.59%-
XYZ26.2622.499.79-
YUV129.9997.53163.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=48.52%
G=31.00%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801157600.360.580.2922.540.9450.2
HexB4734C0243A1D162932
Octal2641631140447235265162
Binary101101001110011100110001001001110101110110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4734C; }

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

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

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

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

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

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

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

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