#B3775B

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

Shades of Sante Fe #B3775B

Tints of Sante Fe #B3775B

Color information

#B3775B (or 0xB3775B) is unknown color: approx Sante Fe. HEX triplet: B3, 77 and 5B. RGB value is (179,119,91). Sum of RGB (Red+Green+Blue) = 179+119+91=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3775B is #4C88A4. Grayscale: #858585. Windows color (decimal): -5015717 or 5994419. OLE color: 5994419.

HSL color Cylindrical-coordinate representation of color #B3775B: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3775B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17911991-
CMYK00.340.490.30
HSL19.09º36.67%52.94%-
HSV(B)19.09º49.16%70.2%-
XYZ27.0823.5313.01-
YUV133.75103.88160.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=46.02%
G=30.59%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791199100.340.490.3019.0936.6752.94
HexB3775B022311E132535
Octal2631671330426136234565
Binary101100111110111101101101000101100011111010011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3775B; }

 p { color: rgb(179,119,91); }

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

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

 a { background-color: rgb(179,119,91); }

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

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

 span { border-color: rgb(179,119,91); }

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