#B36654

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

Shades of Sante Fe #B36654

Tints of Sante Fe #B36654

Color information

#B36654 (or 0xB36654) is unknown color: approx Sante Fe. HEX triplet: B3, 66 and 54. RGB value is (179,102,84). Sum of RGB (Red+Green+Blue) = 179+102+84=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B36654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36654 is #4C99AB. Grayscale: #7B7B7B. Windows color (decimal): -5020076 or 5531315. OLE color: 5531315.

HSL color Cylindrical-coordinate representation of color #B36654: hue angle of 11.37º 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 #B36654 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17910284-
CMYK00.430.530.30
HSL11.37º38.46%51.57%-
HSV(B)11.37º53.07%70.2%-
XYZ24.9419.7310.88-
YUV122.97106.01167.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=49.04%
G=27.95%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791028400.430.530.3011.3738.4651.57
HexB3665402B351Eb2634
Octal2631461240536536134664
Binary10110011110011010101000101011110101111101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36654; }

 p { color: rgb(179,102,84); }

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

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

 a { background-color: rgb(179,102,84); }

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

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

 span { border-color: rgb(179,102,84); }

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