#B7754E

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

Shades of Sante Fe #B7754E

Tints of Sante Fe #B7754E

Color information

#B7754E (or 0xB7754E) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 4E. RGB value is (183,117,78). Sum of RGB (Red+Green+Blue) = 183+117+78=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7754E is #488AB1. Grayscale: #848484. Windows color (decimal): -4754098 or 5141943. OLE color: 5141943.

HSL color Cylindrical-coordinate representation of color #B7754E: hue angle of 22.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7754E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18311778-
CMYK00.360.570.28
HSL22.29º42.17%51.18%-
HSV(B)22.29º57.38%71.76%-
XYZ27.2623.3410.28-
YUV132.2997.37164.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=48.41%
G=30.95%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831177800.360.570.2822.2942.1751.18
HexB7754E024391C162a33
Octal2671651160447134265263
Binary101101111110101100111001001001110011110010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7754E; }

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

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

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

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

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

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

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

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