Html Css Color HEX #BB2F47 Old Rose

📋 copy color: '#BB2F47'

red 187 ◦ green 47 ◦ blue 71

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

Shades of Old Rose #BB2F47

Tints of Old Rose #BB2F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 61.31%
G = 15.41%
B = 23.28%

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

#BB2F47 (or 0xBB2F47) is known color: Old Rose. HEX triplet: BB, 2F and 47. RGB value is (187,47,71). Sum of RGB (Red+Green+Blue) = 187+47+71=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F47 is #44D0B8. Grayscale: #5B5B5B. Windows color (decimal): -4509881 or 4665275. OLE color: 4665275.

HSL color Cylindrical-coordinate representation of color #BB2F47: hue angle of 349.71º degrees, saturation: 0.6, 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 #BB2F47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 71 -
CMYK 0 0.75 0.62 0.27
HSL 349.71º 0.6% 0.46% -
HSV(B) 349.71º 0.75% 0.73% -
XYZ 22.65 13.05 7.29 -
YUV 91.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 187 47 71 0 0.75 0.62 0.27 349.71 0.6 0.46
Hex BB 2F 47 0 4B 3E 1B 15E 3C 2E
Octal 273 57 107 0 113 76 33 536 74 56
Binary 10111011 101111 1000111 0 1001011 111110 11011 101011110 111100 101110

Color Harmonies of #BB2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F47

Black with #BB2F47

Text Example


Text Example

White with #BB2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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