Html Css Color HEX #BC2057 Old Rose

📋 copy color: '#BC2057'

red 188 ◦ green 32 ◦ blue 87

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

Shades of Old Rose #BC2057

Tints of Old Rose #BC2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 87 (34.38% from 255) = 28.34%

R = 61.24%
G = 10.42%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2057 (or 0xBC2057) is known color: Old Rose. HEX triplet: BC, 20 and 57. RGB value is (188,32,87). Sum of RGB (Red+Green+Blue) = 188+32+87=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2057 is #43DFA8. Grayscale: #545454. Windows color (decimal): -4448169 or 5710012. OLE color: 5710012.

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

Color convert

RGB 188 32 87 -
CMYK 0 0.83 0.54 0.26
HSL 338.85º 0.71% 0.43% -
HSV(B) 338.85º 0.83% 0.74% -
XYZ 22.98 12.41 10.2 -
YUV 84.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 188 32 87 0 0.83 0.54 0.26 338.85 0.71 0.43
Hex BC 20 57 0 53 36 1A 153 47 2B
Octal 274 40 127 0 123 66 32 523 107 53
Binary 10111100 100000 1010111 0 1010011 110110 11010 101010011 1000111 101011

Color Harmonies of #BC2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2057

Black with #BC2057

Text Example


Text Example

White with #BC2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2057; }

 p { color: rgb(188,32,87); }

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

background-color css

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

 a { background-color: rgb(188,32,87); }

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

border-color css

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

 span { border-color: rgb(188,32,87); }

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