Html Css Color HEX #BC6858 Sunglo

📋 copy color: '#BC6858'

red 188 ◦ green 104 ◦ blue 88

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

Shades of Sunglo #BC6858

Tints of Sunglo #BC6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 49.47%
G = 27.37%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6858 (or 0xBC6858) is known color: Sunglo. HEX triplet: BC, 68 and 58. RGB value is (188,104,88). Sum of RGB (Red+Green+Blue) = 188+104+88=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6858 is #4397A7. Grayscale: #7F7F7F. Windows color (decimal): -4429736 or 5793980. OLE color: 5793980.

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

Color convert

RGB 188 104 88 -
CMYK 0 0.45 0.53 0.26
HSL 9.6º 0.43% 0.54% -
HSV(B) 9.6º 0.53% 0.74% -
XYZ 27.45 21.3 11.9 -
YUV 127.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 188 104 88 0 0.45 0.53 0.26 9.6 0.43 0.54
Hex BC 68 58 0 2D 35 1A A 2B 36
Octal 274 150 130 0 55 65 32 12 53 66
Binary 10111100 1101000 1011000 0 101101 110101 11010 1010 101011 110110

Color Harmonies of #BC6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6858

Black with #BC6858

Text Example


Text Example

White with #BC6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6858; }

 p { color: rgb(188,104,88); }

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

background-color css

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

 a { background-color: rgb(188,104,88); }

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

border-color css

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

 span { border-color: rgb(188,104,88); }

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