Html Css Color HEX #BC2565 Old Rose

📋 copy color: '#BC2565'

red 188 ◦ green 37 ◦ blue 101

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

Shades of Old Rose #BC2565

Tints of Old Rose #BC2565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 57.67%
G = 11.35%
B = 30.98%

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

#BC2565 (or 0xBC2565) is known color: Old Rose. HEX triplet: BC, 25 and 65. RGB value is (188,37,101). Sum of RGB (Red+Green+Blue) = 188+37+101=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2565 is #43DA9A. Grayscale: #595959. Windows color (decimal): -4446875 or 6628796. OLE color: 6628796.

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

Color convert

RGB 188 37 101 -
CMYK 0 0.80 0.46 0.26
HSL 334.57º 0.67% 0.44% -
HSV(B) 334.57º 0.8% 0.74% -
XYZ 23.75 12.95 13.56 -
YUV 89.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 188 37 101 0 0.80 0.46 0.26 334.57 0.67 0.44
Hex BC 25 65 0 50 2E 1A 14F 43 2C
Octal 274 45 145 0 120 56 32 517 103 54
Binary 10111100 100101 1100101 0 1010000 101110 11010 101001111 1000011 101100

Color Harmonies of #BC2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2565

Black with #BC2565

Text Example


Text Example

White with #BC2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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