#BC625B

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

Shades of Sunglo #BC625B

Tints of Sunglo #BC625B

Color information

#BC625B (or 0xBC625B) is unknown color: approx Sunglo. HEX triplet: BC, 62 and 5B. RGB value is (188,98,91). Sum of RGB (Red+Green+Blue) = 188+98+91=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC625B is #439DA4. Grayscale: #7C7C7C. Windows color (decimal): -4431269 or 5989052. OLE color: 5989052.

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

Color convert

RGB1889891-
CMYK00.480.520.26
HSL4.33º41.99%54.71%-
HSV(B)4.33º51.6%73.73%-
XYZ2720.1812.37-
YUV124.11109.32173.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=49.87%
G=25.99%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188989100.480.520.264.3341.9954.71
HexBC625B030341A42a37
Octal274142133060643245267
Binary1011110011000101011011011000011010011010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC625B; }

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

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

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

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

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

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

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

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