Html Css Color HEX #BC2566 Old Rose

📋 copy color: '#BC2566'

red 188 ◦ green 37 ◦ blue 102

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

Shades of Old Rose #BC2566

Tints of Old Rose #BC2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 57.49%
G = 11.31%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC2566 (or 0xBC2566) is known color: Old Rose. HEX triplet: BC, 25 and 66. RGB value is (188,37,102). Sum of RGB (Red+Green+Blue) = 188+37+102=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2566 is #43DA99. Grayscale: #595959. Windows color (decimal): -4446874 or 6694332. OLE color: 6694332.

HSL color Cylindrical-coordinate representation of color #BC2566: hue angle of 334.17º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2566 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 102 -
CMYK 0 0.80 0.46 0.26
HSL 334.17º 0.67% 0.44% -
HSV(B) 334.17º 0.8% 0.74% -
XYZ 23.8 12.97 13.82 -
YUV 89.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 188 37 102 0 0.80 0.46 0.26 334.17 0.67 0.44
Hex BC 25 66 0 50 2E 1A 14E 43 2C
Octal 274 45 146 0 120 56 32 516 103 54
Binary 10111100 100101 1100110 0 1010000 101110 11010 101001110 1000011 101100

Color Harmonies of #BC2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2566

Black with #BC2566

Text Example


Text Example

White with #BC2566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2566; }

 p { color: rgb(188,37,102); }

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

background-color css

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

 a { background-color: rgb(188,37,102); }

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

border-color css

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

 span { border-color: rgb(188,37,102); }

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