Html Css Color HEX #BC6059 Sunglo

📋 copy color: '#BC6059'

red 188 ◦ green 96 ◦ blue 89

#BC6059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #BC6059

Tints of Sunglo #BC6059

RGB

 RED value IS 188 (73.83% from 255) = 50.4%

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 50.4%
G = 25.74%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6059 (or 0xBC6059) is known color: Sunglo. HEX triplet: BC, 60 and 59. RGB value is (188,96,89). Sum of RGB (Red+Green+Blue) = 188+96+89=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6059 is #439FA6. Grayscale: #7A7A7A. Windows color (decimal): -4431783 or 5857468. OLE color: 5857468.

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

Color convert

RGB 188 96 89 -
CMYK 0 0.49 0.53 0.26
HSL 4.24º 0.42% 0.54% -
HSV(B) 4.24º 0.53% 0.74% -
XYZ 26.73 19.78 11.86 -
YUV 122.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 188 96 89 0 0.49 0.53 0.26 4.24 0.42 0.54
Hex BC 60 59 0 31 35 1A 4 2A 36
Octal 274 140 131 0 61 65 32 4 52 66
Binary 10111100 1100000 1011001 0 110001 110101 11010 100 101010 110110

Color Harmonies of #BC6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6059

Black with #BC6059

Text Example


Text Example

White with #BC6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6059; }

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

 H1.HeaderClassName
 {
   color: #BC6059;
 }
 .AnyTagClassName
 {
   color: #BC6059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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