#B77454

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

Shades of Sante Fe #B77454

Tints of Sante Fe #B77454

Color information

#B77454 (or 0xB77454) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 54. RGB value is (183,116,84). Sum of RGB (Red+Green+Blue) = 183+116+84=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77454 is #488BAB. Grayscale: #848484. Windows color (decimal): -4754348 or 5534903. OLE color: 5534903.

HSL color Cylindrical-coordinate representation of color #B77454: hue angle of 19.39º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77454 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18311684-
CMYK00.370.540.28
HSL19.39º40.74%52.35%-
HSV(B)19.39º54.1%71.76%-
XYZ27.3723.211.42-
YUV132.38100.7164.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=47.78%
G=30.29%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831168400.370.540.2819.3940.7452.35
HexB77454025361C132934
Octal2671641240456634235164
Binary101101111110100101010001001011101101110010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77454; }

 p { color: rgb(183,116,84); }

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

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

 a { background-color: rgb(183,116,84); }

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

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

 span { border-color: rgb(183,116,84); }

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