Html Css Color HEX #BB2A46 Old Rose

📋 copy color: '#BB2A46'

red 187 ◦ green 42 ◦ blue 70

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

Shades of Old Rose #BB2A46

Tints of Old Rose #BB2A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 62.54%
G = 14.05%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB2A46 (or 0xBB2A46) is known color: Old Rose. HEX triplet: BB, 2A and 46. RGB value is (187,42,70). Sum of RGB (Red+Green+Blue) = 187+42+70=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A46 is #44D5B9. Grayscale: #585858. Windows color (decimal): -4511162 or 4598459. OLE color: 4598459.

HSL color Cylindrical-coordinate representation of color #BB2A46: hue angle of 348.41º 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 #BB2A46 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 70 -
CMYK 0 0.78 0.63 0.27
HSL 348.41º 0.63% 0.45% -
HSV(B) 348.41º 0.78% 0.73% -
XYZ 22.43 12.66 7.06 -
YUV 88.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 187 42 70 0 0.78 0.63 0.27 348.41 0.63 0.45
Hex BB 2A 46 0 4E 3F 1B 15C 3F 2D
Octal 273 52 106 0 116 77 33 534 77 55
Binary 10111011 101010 1000110 0 1001110 111111 11011 101011100 111111 101101

Color Harmonies of #BB2A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A46

Black with #BB2A46

Text Example


Text Example

White with #BB2A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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