Html Css Color HEX #BB2963 Old Rose

📋 copy color: '#BB2963'

red 187 ◦ green 41 ◦ blue 99

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

Shades of Old Rose #BB2963

Tints of Old Rose #BB2963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 57.19%
G = 12.54%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2963 (or 0xBB2963) is known color: Old Rose. HEX triplet: BB, 29 and 63. RGB value is (187,41,99). Sum of RGB (Red+Green+Blue) = 187+41+99=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2963 is #44D69C. Grayscale: #5B5B5B. Windows color (decimal): -4511389 or 6498747. OLE color: 6498747.

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

Color convert

RGB 187 41 99 -
CMYK 0 0.78 0.47 0.27
HSL 336.16º 0.64% 0.45% -
HSV(B) 336.16º 0.78% 0.73% -
XYZ 23.54 13.05 13.08 -
YUV 91.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 187 41 99 0 0.78 0.47 0.27 336.16 0.64 0.45
Hex BB 29 63 0 4E 2F 1B 150 40 2D
Octal 273 51 143 0 116 57 33 520 100 55
Binary 10111011 101001 1100011 0 1001110 101111 11011 101010000 1000000 101101

Color Harmonies of #BB2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2963

Black with #BB2963

Text Example


Text Example

White with #BB2963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2963; }

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

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

background-color css

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

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

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

border-color css

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

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

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