#B77350

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

Shades of Sante Fe #B77350

Tints of Sante Fe #B77350

Color information

#B77350 (or 0xB77350) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 50. RGB value is (183,115,80). Sum of RGB (Red+Green+Blue) = 183+115+80=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B77350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77350 is #488CAF. Grayscale: #838383. Windows color (decimal): -4754608 or 5272503. OLE color: 5272503.

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

Color convert

RGB18311580-
CMYK00.370.560.28
HSL20.39º41.7%51.57%-
HSV(B)20.39º56.28%71.76%-
XYZ27.1122.9110.58-
YUV131.3499.03164.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=48.41%
G=30.42%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831158000.370.560.2820.3941.751.57
HexB77350025381C142a34
Octal2671631200457034245264
Binary101101111110011101000001001011110001110010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77350; }

 p { color: rgb(183,115,80); }

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

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

 a { background-color: rgb(183,115,80); }

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

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

 span { border-color: rgb(183,115,80); }

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