Html Css Color HEX #BB2962 Old Rose

📋 copy color: '#BB2962'

red 187 ◦ green 41 ◦ blue 98

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

Shades of Old Rose #BB2962

Tints of Old Rose #BB2962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 57.36%
G = 12.58%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB2962 (or 0xBB2962) is known color: Old Rose. HEX triplet: BB, 29 and 62. RGB value is (187,41,98). Sum of RGB (Red+Green+Blue) = 187+41+98=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2962 is #44D69D. Grayscale: #5B5B5B. Windows color (decimal): -4511390 or 6433211. OLE color: 6433211.

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

Color convert

RGB 187 41 98 -
CMYK 0 0.78 0.48 0.27
HSL 336.58º 0.64% 0.45% -
HSV(B) 336.58º 0.78% 0.73% -
XYZ 23.49 13.03 12.83 -
YUV 91.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 187 41 98 0 0.78 0.48 0.27 336.58 0.64 0.45
Hex BB 29 62 0 4E 30 1B 151 40 2D
Octal 273 51 142 0 116 60 33 521 100 55
Binary 10111011 101001 1100010 0 1001110 110000 11011 101010001 1000000 101101

Color Harmonies of #BB2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2962

Black with #BB2962

Text Example


Text Example

White with #BB2962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2962; }

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

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

background-color css

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

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

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

border-color css

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

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

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