#B6775C

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

Shades of Sante Fe #B6775C

Tints of Sante Fe #B6775C

Color information

#B6775C (or 0xB6775C) is unknown color: approx Sante Fe. HEX triplet: B6, 77 and 5C. RGB value is (182,119,92). Sum of RGB (Red+Green+Blue) = 182+119+92=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6775C is #4988A3. Grayscale: #868686. Windows color (decimal): -4819108 or 6059958. OLE color: 6059958.

HSL color Cylindrical-coordinate representation of color #B6775C: hue angle of 18º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6775C is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18211992-
CMYK00.350.490.29
HSL18º38.14%53.73%-
HSV(B)18º49.45%71.37%-
XYZ27.8223.9113.27-
YUV134.76103.87161.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=46.31%
G=30.28%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821199200.350.490.291838.1453.73
HexB6775C023311D122636
Octal2661671340436135224666
Binary101101101110111101110001000111100011110110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6775C; }

 p { color: rgb(182,119,92); }

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

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

 a { background-color: rgb(182,119,92); }

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

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

 span { border-color: rgb(182,119,92); }

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