#B36755

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

Shades of Sante Fe #B36755

Tints of Sante Fe #B36755

Color information

#B36755 (or 0xB36755) is unknown color: approx Sante Fe. HEX triplet: B3, 67 and 55. RGB value is (179,103,85). Sum of RGB (Red+Green+Blue) = 179+103+85=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B36755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36755 is #4C98AA. Grayscale: #7B7B7B. Windows color (decimal): -5019819 or 5597107. OLE color: 5597107.

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

Color convert

RGB17910385-
CMYK00.420.530.30
HSL11.49º38.21%51.76%-
HSV(B)11.49º52.51%70.2%-
XYZ25.0819.9411.12-
YUV123.67106.18167.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=48.77%
G=28.07%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791038500.420.530.3011.4938.2151.76
HexB3675502A351Eb2634
Octal2631471250526536134664
Binary10110011110011110101010101010110101111101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36755; }

 p { color: rgb(179,103,85); }

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

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

 a { background-color: rgb(179,103,85); }

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

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

 span { border-color: rgb(179,103,85); }

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