Html Css Color HEX #BC2366 Old Rose

📋 copy color: '#BC2366'

red 188 ◦ green 35 ◦ blue 102

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

Shades of Old Rose #BC2366

Tints of Old Rose #BC2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 57.85%
G = 10.77%
B = 31.38%

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

#BC2366 (or 0xBC2366) is known color: Old Rose. HEX triplet: BC, 23 and 66. RGB value is (188,35,102). Sum of RGB (Red+Green+Blue) = 188+35+102=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2366 is #43DC99. Grayscale: #585858. Windows color (decimal): -4447386 or 6693820. OLE color: 6693820.

HSL color Cylindrical-coordinate representation of color #BC2366: hue angle of 333.73º degrees, saturation: 0.69, 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 #BC2366 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 102 -
CMYK 0 0.81 0.46 0.26
HSL 333.73º 0.69% 0.44% -
HSV(B) 333.73º 0.81% 0.74% -
XYZ 23.74 12.85 13.8 -
YUV 88.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 188 35 102 0 0.81 0.46 0.26 333.73 0.69 0.44
Hex BC 23 66 0 51 2E 1A 14E 45 2C
Octal 274 43 146 0 121 56 32 516 105 54
Binary 10111100 100011 1100110 0 1010001 101110 11010 101001110 1000101 101100

Color Harmonies of #BC2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2366

Black with #BC2366

Text Example


Text Example

White with #BC2366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2366; }

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

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

background-color css

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

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

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

border-color css

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

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

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