#B0775A

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

Shades of Sante Fe #B0775A

Tints of Sante Fe #B0775A

Color information

#B0775A (or 0xB0775A) is unknown color: approx Sante Fe. HEX triplet: B0, 77 and 5A. RGB value is (176,119,90). Sum of RGB (Red+Green+Blue) = 176+119+90=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0775A is #4F88A5. Grayscale: #848484. Windows color (decimal): -5212326 or 5928880. OLE color: 5928880.

HSL color Cylindrical-coordinate representation of color #B0775A: hue angle of 20.23º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0775A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17611990-
CMYK00.320.490.31
HSL20.23º35.25%52.16%-
HSV(B)20.23º48.86%69.02%-
XYZ26.3523.1612.75-
YUV132.74103.88158.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=45.71%
G=30.91%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761199000.320.490.3120.2335.2552.16
HexB0775A020311F142334
Octal2601671320406137244364
Binary101100001110111101101001000001100011111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0775A; }

 p { color: rgb(176,119,90); }

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

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

 a { background-color: rgb(176,119,90); }

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

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

 span { border-color: rgb(176,119,90); }

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