#BC6454

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

Shades of Sunglo #BC6454

Tints of Sunglo #BC6454

Color information

#BC6454 (or 0xBC6454) is unknown color: approx Sunglo. HEX triplet: BC, 64 and 54. RGB value is (188,100,84). Sum of RGB (Red+Green+Blue) = 188+100+84=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6454 is #439BAB. Grayscale: #7C7C7C. Windows color (decimal): -4430764 or 5530812. OLE color: 5530812.

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

Color convert

RGB18810084-
CMYK00.470.550.26
HSL9.23º43.7%53.33%-
HSV(B)9.23º55.32%73.73%-
XYZ26.920.4510.92-
YUV124.49105.15173.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=50.54%
G=26.88%
B=22.58%

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
Decimal1881008400.470.550.269.2343.753.33
HexBC645402F371A92c35
Octal2741441240576732115465
Binary10111100110010010101000101111110111110101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6454; }

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

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

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

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

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

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

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

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