#B4735C

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

Shades of Sante Fe #B4735C

Tints of Sante Fe #B4735C

Color information

#B4735C (or 0xB4735C) is unknown color: approx Sante Fe. HEX triplet: B4, 73 and 5C. RGB value is (180,115,92). Sum of RGB (Red+Green+Blue) = 180+115+92=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4735C is #4B8CA3. Grayscale: #838383. Windows color (decimal): -4951204 or 6058932. OLE color: 6058932.

HSL color Cylindrical-coordinate representation of color #B4735C: hue angle of 15.68º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4735C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18011592-
CMYK00.360.490.29
HSL15.68º36.97%53.33%-
HSV(B)15.68º48.89%70.59%-
XYZ26.8822.7413.1-
YUV131.81105.53162.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=46.51%
G=29.72%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801159200.360.490.2915.6836.9753.33
HexB4735C024311D102535
Octal2641631340446135204565
Binary101101001110011101110001001001100011110110000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4735C; }

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

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

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

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

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

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

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

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