Html Css Color HEX #BC2466 Old Rose

📋 copy color: '#BC2466'

red 188 ◦ green 36 ◦ blue 102

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

Shades of Old Rose #BC2466

Tints of Old Rose #BC2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 57.67%
G = 11.04%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC2466 (or 0xBC2466) is known color: Old Rose. HEX triplet: BC, 24 and 66. RGB value is (188,36,102). Sum of RGB (Red+Green+Blue) = 188+36+102=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2466 is #43DB99. Grayscale: #585858. Windows color (decimal): -4447130 or 6694076. OLE color: 6694076.

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

Color convert

RGB 188 36 102 -
CMYK 0 0.81 0.46 0.26
HSL 333.95º 0.68% 0.44% -
HSV(B) 333.95º 0.81% 0.74% -
XYZ 23.77 12.91 13.81 -
YUV 88.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 188 36 102 0 0.81 0.46 0.26 333.95 0.68 0.44
Hex BC 24 66 0 51 2E 1A 14E 44 2C
Octal 274 44 146 0 121 56 32 516 104 54
Binary 10111100 100100 1100110 0 1010001 101110 11010 101001110 1000100 101100

Color Harmonies of #BC2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2466

Black with #BC2466

Text Example


Text Example

White with #BC2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2466; }

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

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

background-color css

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

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

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

border-color css

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

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

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