#B4754E

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

Shades of Sante Fe #B4754E

Tints of Sante Fe #B4754E

Color information

#B4754E (or 0xB4754E) is unknown color: approx Sante Fe. HEX triplet: B4, 75 and 4E. RGB value is (180,117,78). Sum of RGB (Red+Green+Blue) = 180+117+78=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4754E is #4B8AB1. Grayscale: #838383. Windows color (decimal): -4950706 or 5141940. OLE color: 5141940.

HSL color Cylindrical-coordinate representation of color #B4754E: hue angle of 22.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4754E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18011778-
CMYK00.350.570.29
HSL22.94º40.48%50.59%-
HSV(B)22.94º56.67%70.59%-
XYZ26.5622.9810.24-
YUV131.3997.87162.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=48%
G=31.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801177800.350.570.2922.9440.4850.59
HexB4754E023391D172833
Octal2641651160437135275063
Binary101101001110101100111001000111110011110110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4754E; }

 p { color: rgb(180,117,78); }

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

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

 a { background-color: rgb(180,117,78); }

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

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

 span { border-color: rgb(180,117,78); }

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