Html Css Color HEX #BC6659 Sunglo

📋 copy color: '#BC6659'

red 188 ◦ green 102 ◦ blue 89

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

Shades of Sunglo #BC6659

Tints of Sunglo #BC6659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 49.6%
G = 26.91%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6659 (or 0xBC6659) is known color: Sunglo. HEX triplet: BC, 66 and 59. RGB value is (188,102,89). Sum of RGB (Red+Green+Blue) = 188+102+89=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6659 is #4399A6. Grayscale: #7E7E7E. Windows color (decimal): -4430247 or 5859004. OLE color: 5859004.

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

Color convert

RGB 188 102 89 -
CMYK 0 0.46 0.53 0.26
HSL 7.88º 0.42% 0.54% -
HSV(B) 7.88º 0.53% 0.74% -
XYZ 27.29 20.92 12.05 -
YUV 126.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 188 102 89 0 0.46 0.53 0.26 7.88 0.42 0.54
Hex BC 66 59 0 2E 35 1A 8 2A 36
Octal 274 146 131 0 56 65 32 10 52 66
Binary 10111100 1100110 1011001 0 101110 110101 11010 1000 101010 110110

Color Harmonies of #BC6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6659

Black with #BC6659

Text Example


Text Example

White with #BC6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6659; }

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

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

background-color css

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

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

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

border-color css

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

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

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