Html Css Color HEX #BB2E47 Old Rose

📋 copy color: '#BB2E47'

red 187 ◦ green 46 ◦ blue 71

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

Shades of Old Rose #BB2E47

Tints of Old Rose #BB2E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 61.51%
G = 15.13%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB2E47 (or 0xBB2E47) is known color: Old Rose. HEX triplet: BB, 2E and 47. RGB value is (187,46,71). Sum of RGB (Red+Green+Blue) = 187+46+71=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E47 is #44D1B8. Grayscale: #5B5B5B. Windows color (decimal): -4510137 or 4665019. OLE color: 4665019.

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

Color convert

RGB 187 46 71 -
CMYK 0 0.75 0.62 0.27
HSL 349.36º 0.61% 0.46% -
HSV(B) 349.36º 0.75% 0.73% -
XYZ 22.61 12.97 7.27 -
YUV 91.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 187 46 71 0 0.75 0.62 0.27 349.36 0.61 0.46
Hex BB 2E 47 0 4B 3E 1B 15D 3D 2E
Octal 273 56 107 0 113 76 33 535 75 56
Binary 10111011 101110 1000111 0 1001011 111110 11011 101011101 111101 101110

Color Harmonies of #BB2E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E47

Black with #BB2E47

Text Example


Text Example

White with #BB2E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E47; }

 p { color: rgb(187,46,71); }

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

background-color css

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

 a { background-color: rgb(187,46,71); }

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

border-color css

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

 span { border-color: rgb(187,46,71); }

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