Html Css Color HEX #BC5E58 Sunglo

📋 copy color: '#BC5E58'

red 188 ◦ green 94 ◦ blue 88

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

Shades of Sunglo #BC5E58

Tints of Sunglo #BC5E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

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

R = 50.81%
G = 25.41%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5E58 (or 0xBC5E58) is known color: Sunglo. HEX triplet: BC, 5E and 58. RGB value is (188,94,88). Sum of RGB (Red+Green+Blue) = 188+94+88=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E58 is #43A1A7. Grayscale: #797979. Windows color (decimal): -4432296 or 5791420. OLE color: 5791420.

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

Color convert

RGB 188 94 88 -
CMYK 0 0.50 0.53 0.26
HSL 3.6º 0.43% 0.54% -
HSV(B) 3.6º 0.53% 0.74% -
XYZ 26.5 19.4 11.58 -
YUV 121.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 188 94 88 0 0.50 0.53 0.26 3.6 0.43 0.54
Hex BC 5E 58 0 32 35 1A 4 2B 36
Octal 274 136 130 0 62 65 32 4 53 66
Binary 10111100 1011110 1011000 0 110010 110101 11010 100 101011 110110

Color Harmonies of #BC5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E58

Black with #BC5E58

Text Example


Text Example

White with #BC5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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