Html Css Color HEX #BC2B61 Old Rose

📋 copy color: '#BC2B61'

red 188 ◦ green 43 ◦ blue 97

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

Shades of Old Rose #BC2B61

Tints of Old Rose #BC2B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 57.32%
G = 13.11%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2B61 (or 0xBC2B61) is known color: Old Rose. HEX triplet: BC, 2B and 61. RGB value is (188,43,97). Sum of RGB (Red+Green+Blue) = 188+43+97=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B61 is #43D49E. Grayscale: #5C5C5C. Windows color (decimal): -4445343 or 6368188. OLE color: 6368188.

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

Color convert

RGB 188 43 97 -
CMYK 0 0.77 0.48 0.26
HSL 337.66º 0.63% 0.45% -
HSV(B) 337.66º 0.77% 0.74% -
XYZ 23.76 13.28 12.62 -
YUV 92.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 188 43 97 0 0.77 0.48 0.26 337.66 0.63 0.45
Hex BC 2B 61 0 4D 30 1A 152 3F 2D
Octal 274 53 141 0 115 60 32 522 77 55
Binary 10111100 101011 1100001 0 1001101 110000 11010 101010010 111111 101101

Color Harmonies of #BC2B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B61

Black with #BC2B61

Text Example


Text Example

White with #BC2B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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