Html Css Color HEX #BB2956 Old Rose

📋 copy color: '#BB2956'

red 187 ◦ green 41 ◦ blue 86

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

Shades of Old Rose #BB2956

Tints of Old Rose #BB2956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 59.55%
G = 13.06%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB2956 (or 0xBB2956) is known color: Old Rose. HEX triplet: BB, 29 and 56. RGB value is (187,41,86). Sum of RGB (Red+Green+Blue) = 187+41+86=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2956 is #44D6A9. Grayscale: #595959. Windows color (decimal): -4511402 or 5646779. OLE color: 5646779.

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

Color convert

RGB 187 41 86 -
CMYK 0 0.78 0.54 0.27
HSL 341.51º 0.64% 0.45% -
HSV(B) 341.51º 0.78% 0.73% -
XYZ 22.97 12.82 10.07 -
YUV 89.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 187 41 86 0 0.78 0.54 0.27 341.51 0.64 0.45
Hex BB 29 56 0 4E 36 1B 156 40 2D
Octal 273 51 126 0 116 66 33 526 100 55
Binary 10111011 101001 1010110 0 1001110 110110 11011 101010110 1000000 101101

Color Harmonies of #BB2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2956

Black with #BB2956

Text Example


Text Example

White with #BB2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2956; }

 p { color: rgb(187,41,86); }

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

background-color css

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

 a { background-color: rgb(187,41,86); }

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

border-color css

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

 span { border-color: rgb(187,41,86); }

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