#BC6B58

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

Shades of Sunglo #BC6B58

Tints of Sunglo #BC6B58

Color information

#BC6B58 (or 0xBC6B58) is unknown color: approx Sunglo. HEX triplet: BC, 6B and 58. RGB value is (188,107,88). Sum of RGB (Red+Green+Blue) = 188+107+88=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B58 is #4394A7. Grayscale: #818181. Windows color (decimal): -4428968 or 5794748. OLE color: 5794748.

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

Color convert

RGB18810788-
CMYK00.430.530.26
HSL11.4º42.74%54.12%-
HSV(B)11.4º53.19%73.73%-
XYZ27.7621.9112-
YUV129.05104.84170.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=49.09%
G=27.94%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881078800.430.530.2611.442.7454.12
HexBC6B5802B351Ab2b36
Octal2741531300536532135366
Binary10111100110101110110000101011110101110101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B58; }

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

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

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

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

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

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

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

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