Html Css Color HEX #BB2D4A Old Rose

📋 copy color: '#BB2D4A'

red 187 ◦ green 45 ◦ blue 74

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

Shades of Old Rose #BB2D4A

Tints of Old Rose #BB2D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 61.11%
G = 14.71%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB2D4A (or 0xBB2D4A) is known color: Old Rose. HEX triplet: BB, 2D and 4A. RGB value is (187,45,74). Sum of RGB (Red+Green+Blue) = 187+45+74=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D4A is #44D2B5. Grayscale: #5A5A5A. Windows color (decimal): -4510390 or 4861371. OLE color: 4861371.

HSL color Cylindrical-coordinate representation of color #BB2D4A: hue angle of 347.75º degrees, saturation: 0.61, 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 #BB2D4A is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 45 74 -
CMYK 0 0.76 0.60 0.27
HSL 347.75º 0.61% 0.45% -
HSV(B) 347.75º 0.76% 0.73% -
XYZ 22.67 12.94 7.78 -
YUV 90.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 187 45 74 0 0.76 0.60 0.27 347.75 0.61 0.45
Hex BB 2D 4A 0 4C 3C 1B 15C 3D 2D
Octal 273 55 112 0 114 74 33 534 75 55
Binary 10111011 101101 1001010 0 1001100 111100 11011 101011100 111101 101101

Color Harmonies of #BB2D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D4A

Black with #BB2D4A

Text Example


Text Example

White with #BB2D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D4A; }

 p { color: rgb(187,45,74); }

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

background-color css

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

 a { background-color: rgb(187,45,74); }

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

border-color css

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

 span { border-color: rgb(187,45,74); }

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