#BC6258

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

Shades of Sunglo #BC6258

Tints of Sunglo #BC6258

Color information

#BC6258 (or 0xBC6258) is unknown color: approx Sunglo. HEX triplet: BC, 62 and 58. RGB value is (188,98,88). Sum of RGB (Red+Green+Blue) = 188+98+88=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6258 is #439DA7. Grayscale: #7B7B7B. Windows color (decimal): -4431272 or 5792444. OLE color: 5792444.

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

Color convert

RGB1889888-
CMYK00.480.530.26
HSL42.74%54.12%-
HSV(B)53.19%73.73%-
XYZ26.8720.1311.7-
YUV123.77107.82173.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=50.27%
G=26.20%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188988800.480.530.26642.7454.12
HexBC6258030351A62b36
Octal274142130060653265366
Binary1011110011000101011000011000011010111010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6258; }

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

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

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

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

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

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

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

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