#BC6A58

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

Shades of Sunglo #BC6A58

Tints of Sunglo #BC6A58

Color information

#BC6A58 (or 0xBC6A58) is unknown color: approx Sunglo. HEX triplet: BC, 6A and 58. RGB value is (188,106,88). Sum of RGB (Red+Green+Blue) = 188+106+88=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A58 is #4395A7. Grayscale: #808080. Windows color (decimal): -4429224 or 5794492. OLE color: 5794492.

HSL color Cylindrical-coordinate representation of color #BC6A58: hue angle of 10.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6A58 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18810688-
CMYK00.440.530.26
HSL10.8º42.74%54.12%-
HSV(B)10.8º53.19%73.73%-
XYZ27.6521.711.96-
YUV128.47105.17170.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=49.21%
G=27.75%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881068800.440.530.2610.842.7454.12
HexBC6A5802C351Ab2b36
Octal2741521300546532135366
Binary10111100110101010110000101100110101110101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A58; }

 p { color: rgb(188,106,88); }

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

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

 a { background-color: rgb(188,106,88); }

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

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

 span { border-color: rgb(188,106,88); }

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