Html Css Color HEX #BB2C4F Old Rose

📋 copy color: '#BB2C4F'

red 187 ◦ green 44 ◦ blue 79

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

Shades of Old Rose #BB2C4F

Tints of Old Rose #BB2C4F

RGB

 RED value IS 187 (73.44% from 255) = 60.32%

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 79 (31.25% from 255) = 25.48%

R = 60.32%
G = 14.19%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB2C4F (or 0xBB2C4F) is known color: Old Rose. HEX triplet: BB, 2C and 4F. RGB value is (187,44,79). Sum of RGB (Red+Green+Blue) = 187+44+79=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2C4F is #44D3B0. Grayscale: #5A5A5A. Windows color (decimal): -4510641 or 5188795. OLE color: 5188795.

HSL color Cylindrical-coordinate representation of color #BB2C4F: hue angle of 345.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C4F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 79 -
CMYK 0 0.76 0.58 0.27
HSL 345.31º 0.62% 0.45% -
HSV(B) 345.31º 0.76% 0.73% -
XYZ 22.81 12.93 8.69 -
YUV 90.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 187 44 79 0 0.76 0.58 0.27 345.31 0.62 0.45
Hex BB 2C 4F 0 4C 3A 1B 159 3E 2D
Octal 273 54 117 0 114 72 33 531 76 55
Binary 10111011 101100 1001111 0 1001100 111010 11011 101011001 111110 101101

Color Harmonies of #BB2C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C4F

Black with #BB2C4F

Text Example


Text Example

White with #BB2C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C4F; }

 p { color: rgb(187,44,79); }

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

background-color css

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

 a { background-color: rgb(187,44,79); }

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

border-color css

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

 span { border-color: rgb(187,44,79); }

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