Html Css Color HEX #BC2053 Old Rose

📋 copy color: '#BC2053'

red 188 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #BC2053

Tints of Old Rose #BC2053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 62.05%
G = 10.56%
B = 27.39%

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

#BC2053 (or 0xBC2053) is known color: Old Rose. HEX triplet: BC, 20 and 53. RGB value is (188,32,83). Sum of RGB (Red+Green+Blue) = 188+32+83=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2053 is #43DFAC. Grayscale: #545454. Windows color (decimal): -4448173 or 5447868. OLE color: 5447868.

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

Color convert

RGB 188 32 83 -
CMYK 0 0.83 0.56 0.26
HSL 340.38º 0.71% 0.43% -
HSV(B) 340.38º 0.83% 0.74% -
XYZ 22.82 12.35 9.36 -
YUV 84.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 188 32 83 0 0.83 0.56 0.26 340.38 0.71 0.43
Hex BC 20 53 0 53 38 1A 154 47 2B
Octal 274 40 123 0 123 70 32 524 107 53
Binary 10111100 100000 1010011 0 1010011 111000 11010 101010100 1000111 101011

Color Harmonies of #BC2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2053

Black with #BC2053

Text Example


Text Example

White with #BC2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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