#BC605B

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

Shades of Sunglo #BC605B

Tints of Sunglo #BC605B

Color information

#BC605B (or 0xBC605B) is unknown color: approx Sunglo. HEX triplet: BC, 60 and 5B. RGB value is (188,96,91). Sum of RGB (Red+Green+Blue) = 188+96+91=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605B is #439FA4. Grayscale: #7B7B7B. Windows color (decimal): -4431781 or 5988540. OLE color: 5988540.

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

Color convert

RGB1889691-
CMYK00.490.520.26
HSL3.09º41.99%54.71%-
HSV(B)3.09º51.6%73.73%-
XYZ26.8119.8112.31-
YUV122.94109.98174.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=50.13%
G=25.6%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188969100.490.520.263.0941.9954.71
HexBC605B031341A32a37
Octal274140133061643235267
Binary101111001100000101101101100011101001101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC605B; }

 p { color: rgb(188,96,91); }

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

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

 a { background-color: rgb(188,96,91); }

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

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

 span { border-color: rgb(188,96,91); }

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