Html Css Color HEX #BC6159 Sunglo

📋 copy color: '#BC6159'

red 188 ◦ green 97 ◦ blue 89

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

Shades of Sunglo #BC6159

Tints of Sunglo #BC6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

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

R = 50.27%
G = 25.94%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6159 (or 0xBC6159) is known color: Sunglo. HEX triplet: BC, 61 and 59. RGB value is (188,97,89). Sum of RGB (Red+Green+Blue) = 188+97+89=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6159 is #439EA6. Grayscale: #7B7B7B. Windows color (decimal): -4431527 or 5857724. OLE color: 5857724.

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

Color convert

RGB 188 97 89 -
CMYK 0 0.48 0.53 0.26
HSL 4.85º 0.42% 0.54% -
HSV(B) 4.85º 0.53% 0.74% -
XYZ 26.82 19.96 11.89 -
YUV 123.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 188 97 89 0 0.48 0.53 0.26 4.85 0.42 0.54
Hex BC 61 59 0 30 35 1A 5 2A 36
Octal 274 141 131 0 60 65 32 5 52 66
Binary 10111100 1100001 1011001 0 110000 110101 11010 101 101010 110110

Color Harmonies of #BC6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6159

Black with #BC6159

Text Example


Text Example

White with #BC6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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