Html Css Color HEX #BB2747 Old Rose

📋 copy color: '#BB2747'

red 187 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #BB2747

Tints of Old Rose #BB2747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 62.96%
G = 13.13%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB2747 (or 0xBB2747) is known color: Old Rose. HEX triplet: BB, 27 and 47. RGB value is (187,39,71). Sum of RGB (Red+Green+Blue) = 187+39+71=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2747 is #44D8B8. Grayscale: #565656. Windows color (decimal): -4511929 or 4663227. OLE color: 4663227.

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

Color convert

RGB 187 39 71 -
CMYK 0 0.79 0.62 0.27
HSL 347.03º 0.65% 0.44% -
HSV(B) 347.03º 0.79% 0.73% -
XYZ 22.36 12.47 7.19 -
YUV 86.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 187 39 71 0 0.79 0.62 0.27 347.03 0.65 0.44
Hex BB 27 47 0 4F 3E 1B 15B 41 2C
Octal 273 47 107 0 117 76 33 533 101 54
Binary 10111011 100111 1000111 0 1001111 111110 11011 101011011 1000001 101100

Color Harmonies of #BB2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2747

Black with #BB2747

Text Example


Text Example

White with #BB2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2747; }

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

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

background-color css

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

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

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

border-color css

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

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

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