Html Css Color HEX #BC2052 Old Rose

📋 copy color: '#BC2052'

red 188 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #BC2052

Tints of Old Rose #BC2052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 62.25%
G = 10.6%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2052 (or 0xBC2052) is known color: Old Rose. HEX triplet: BC, 20 and 52. RGB value is (188,32,82). Sum of RGB (Red+Green+Blue) = 188+32+82=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2052 is #43DFAD. Grayscale: #545454. Windows color (decimal): -4448174 or 5382332. OLE color: 5382332.

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

Color convert

RGB 188 32 82 -
CMYK 0 0.83 0.56 0.26
HSL 340.77º 0.71% 0.43% -
HSV(B) 340.77º 0.83% 0.74% -
XYZ 22.78 12.33 9.16 -
YUV 84.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 188 32 82 0 0.83 0.56 0.26 340.77 0.71 0.43
Hex BC 20 52 0 53 38 1A 155 47 2B
Octal 274 40 122 0 123 70 32 525 107 53
Binary 10111100 100000 1010010 0 1010011 111000 11010 101010101 1000111 101011

Color Harmonies of #BC2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2052

Black with #BC2052

Text Example


Text Example

White with #BC2052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2052; }

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

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

background-color css

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

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

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

border-color css

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

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

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