#BC6255

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

Shades of Sunglo #BC6255

Tints of Sunglo #BC6255

Color information

#BC6255 (or 0xBC6255) is unknown color: approx Sunglo. HEX triplet: BC, 62 and 55. RGB value is (188,98,85). Sum of RGB (Red+Green+Blue) = 188+98+85=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6255 is #439DAA. Grayscale: #7B7B7B. Windows color (decimal): -4431275 or 5595836. OLE color: 5595836.

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

Color convert

RGB1889885-
CMYK00.480.550.26
HSL7.57º43.46%53.53%-
HSV(B)7.57º54.79%73.73%-
XYZ26.7520.0811.06-
YUV123.43106.32174.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=50.67%
G=26.42%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188988500.480.550.267.5743.4653.53
HexBC6255030371A82b36
Octal2741421250606732105366
Binary10111100110001010101010110000110111110101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6255; }

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

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

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

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

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

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

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

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