Html Css Color HEX #BB2A5F Old Rose

📋 copy color: '#BB2A5F'

red 187 ◦ green 42 ◦ blue 95

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

Shades of Old Rose #BB2A5F

Tints of Old Rose #BB2A5F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

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

R = 57.72%
G = 12.96%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB2A5F (or 0xBB2A5F) is known color: Old Rose. HEX triplet: BB, 2A and 5F. RGB value is (187,42,95). Sum of RGB (Red+Green+Blue) = 187+42+95=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A5F is #44D5A0. Grayscale: #5B5B5B. Windows color (decimal): -4511137 or 6236859. OLE color: 6236859.

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

Color convert

RGB 187 42 95 -
CMYK 0 0.78 0.49 0.27
HSL 338.07º 0.63% 0.45% -
HSV(B) 338.07º 0.78% 0.73% -
XYZ 23.39 13.05 12.11 -
YUV 91.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 187 42 95 0 0.78 0.49 0.27 338.07 0.63 0.45
Hex BB 2A 5F 0 4E 31 1B 152 3F 2D
Octal 273 52 137 0 116 61 33 522 77 55
Binary 10111011 101010 1011111 0 1001110 110001 11011 101010010 111111 101101

Color Harmonies of #BB2A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A5F

Black with #BB2A5F

Text Example


Text Example

White with #BB2A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A5F; }

 p { color: rgb(187,42,95); }

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

background-color css

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

 a { background-color: rgb(187,42,95); }

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

border-color css

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

 span { border-color: rgb(187,42,95); }

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