#BC6455

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

Shades of Sunglo #BC6455

Tints of Sunglo #BC6455

Color information

#BC6455 (or 0xBC6455) is unknown color: approx Sunglo. HEX triplet: BC, 64 and 55. RGB value is (188,100,85). Sum of RGB (Red+Green+Blue) = 188+100+85=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6455 is #439BAA. Grayscale: #7C7C7C. Windows color (decimal): -4430763 or 5596348. OLE color: 5596348.

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

Color convert

RGB18810085-
CMYK00.470.550.26
HSL8.74º43.46%53.53%-
HSV(B)8.74º54.79%73.73%-
XYZ26.9420.4611.12-
YUV124.6105.65173.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=50.40%
G=26.81%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881008500.470.550.268.7443.4653.53
HexBC645502F371A92b36
Octal2741441250576732115366
Binary10111100110010010101010101111110111110101001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6455; }

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

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

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

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

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

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

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

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