#B3754E

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

Shades of Sante Fe #B3754E

Tints of Sante Fe #B3754E

Color information

#B3754E (or 0xB3754E) is unknown color: approx Sante Fe. HEX triplet: B3, 75 and 4E. RGB value is (179,117,78). Sum of RGB (Red+Green+Blue) = 179+117+78=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3754E is #4C8AB1. Grayscale: #838383. Windows color (decimal): -5016242 or 5141939. OLE color: 5141939.

HSL color Cylindrical-coordinate representation of color #B3754E: hue angle of 23.17º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3754E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17911778-
CMYK00.350.560.30
HSL23.17º39.92%50.39%-
HSV(B)23.17º56.42%70.2%-
XYZ26.3322.8610.23-
YUV131.0998.04162.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=47.86%
G=31.28%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791177800.350.560.3023.1739.9250.39
HexB3754E023381E172832
Octal2631651160437036275062
Binary101100111110101100111001000111110001111010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3754E; }

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

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

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

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

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

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

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

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