Html Css Color HEX #BB2950 Old Rose

📋 copy color: '#BB2950'

red 187 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #BB2950

Tints of Old Rose #BB2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 60.71%
G = 13.31%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2950 (or 0xBB2950) is known color: Old Rose. HEX triplet: BB, 29 and 50. RGB value is (187,41,80). Sum of RGB (Red+Green+Blue) = 187+41+80=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2950 is #44D6AF. Grayscale: #595959. Windows color (decimal): -4511408 or 5253563. OLE color: 5253563.

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

Color convert

RGB 187 41 80 -
CMYK 0 0.78 0.57 0.27
HSL 343.97º 0.64% 0.45% -
HSV(B) 343.97º 0.78% 0.73% -
XYZ 22.73 12.73 8.85 -
YUV 89.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 187 41 80 0 0.78 0.57 0.27 343.97 0.64 0.45
Hex BB 29 50 0 4E 39 1B 158 40 2D
Octal 273 51 120 0 116 71 33 530 100 55
Binary 10111011 101001 1010000 0 1001110 111001 11011 101011000 1000000 101101

Color Harmonies of #BB2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2950

Black with #BB2950

Text Example


Text Example

White with #BB2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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