Html Css Color HEX #BC2158 Old Rose

📋 copy color: '#BC2158'

red 188 ◦ green 33 ◦ blue 88

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

Shades of Old Rose #BC2158

Tints of Old Rose #BC2158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 60.84%
G = 10.68%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2158 (or 0xBC2158) is known color: Old Rose. HEX triplet: BC, 21 and 58. RGB value is (188,33,88). Sum of RGB (Red+Green+Blue) = 188+33+88=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2158 is #43DEA7. Grayscale: #555555. Windows color (decimal): -4447912 or 5775804. OLE color: 5775804.

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

Color convert

RGB 188 33 88 -
CMYK 0 0.82 0.53 0.26
HSL 338.71º 0.7% 0.43% -
HSV(B) 338.71º 0.82% 0.74% -
XYZ 23.04 12.48 10.43 -
YUV 85.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 188 33 88 0 0.82 0.53 0.26 338.71 0.7 0.43
Hex BC 21 58 0 52 35 1A 153 46 2B
Octal 274 41 130 0 122 65 32 523 106 53
Binary 10111100 100001 1011000 0 1010010 110101 11010 101010011 1000110 101011

Color Harmonies of #BC2158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2158

Black with #BC2158

Text Example


Text Example

White with #BC2158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2158; }

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

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

background-color css

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

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

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

border-color css

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

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

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