Html Css Color HEX #BC2B5F Old Rose

📋 copy color: '#BC2B5F'

red 188 ◦ green 43 ◦ blue 95

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

Shades of Old Rose #BC2B5F

Tints of Old Rose #BC2B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 57.67%
G = 13.19%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC2B5F (or 0xBC2B5F) is known color: Old Rose. HEX triplet: BC, 2B and 5F. RGB value is (188,43,95). Sum of RGB (Red+Green+Blue) = 188+43+95=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B5F is #43D4A0. Grayscale: #5C5C5C. Windows color (decimal): -4445345 or 6237116. OLE color: 6237116.

HSL color Cylindrical-coordinate representation of color #BC2B5F: hue angle of 338.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B5F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 95 -
CMYK 0 0.77 0.49 0.26
HSL 338.48º 0.63% 0.45% -
HSV(B) 338.48º 0.77% 0.74% -
XYZ 23.67 13.25 12.14 -
YUV 92.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 188 43 95 0 0.77 0.49 0.26 338.48 0.63 0.45
Hex BC 2B 5F 0 4D 31 1A 152 3F 2D
Octal 274 53 137 0 115 61 32 522 77 55
Binary 10111100 101011 1011111 0 1001101 110001 11010 101010010 111111 101101

Color Harmonies of #BC2B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B5F

Black with #BC2B5F

Text Example


Text Example

White with #BC2B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B5F; }

 p { color: rgb(188,43,95); }

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

background-color css

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

 a { background-color: rgb(188,43,95); }

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

border-color css

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

 span { border-color: rgb(188,43,95); }

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