Html Css Color HEX #BB2958 Old Rose

📋 copy color: '#BB2958'

red 187 ◦ green 41 ◦ blue 88

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

Shades of Old Rose #BB2958

Tints of Old Rose #BB2958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 59.18%
G = 12.97%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB2958 (or 0xBB2958) is known color: Old Rose. HEX triplet: BB, 29 and 58. RGB value is (187,41,88). Sum of RGB (Red+Green+Blue) = 187+41+88=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2958 is #44D6A7. Grayscale: #595959. Windows color (decimal): -4511400 or 5777851. OLE color: 5777851.

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

Color convert

RGB 187 41 88 -
CMYK 0 0.78 0.53 0.27
HSL 340.68º 0.64% 0.45% -
HSV(B) 340.68º 0.78% 0.73% -
XYZ 23.05 12.86 10.5 -
YUV 90.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 187 41 88 0 0.78 0.53 0.27 340.68 0.64 0.45
Hex BB 29 58 0 4E 35 1B 155 40 2D
Octal 273 51 130 0 116 65 33 525 100 55
Binary 10111011 101001 1011000 0 1001110 110101 11011 101010101 1000000 101101

Color Harmonies of #BB2958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2958

Black with #BB2958

Text Example


Text Example

White with #BB2958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2958; }

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

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

background-color css

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

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

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

border-color css

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

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

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