Html Css Color HEX #BB215B Old Rose

📋 copy color: '#BB215B'

red 187 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #BB215B

Tints of Old Rose #BB215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 60.13%
G = 10.61%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB215B (or 0xBB215B) is known color: Old Rose. HEX triplet: BB, 21 and 5B. RGB value is (187,33,91). Sum of RGB (Red+Green+Blue) = 187+33+91=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB215B is #44DEA4. Grayscale: #555555. Windows color (decimal): -4513445 or 5972411. OLE color: 5972411.

HSL color Cylindrical-coordinate representation of color #BB215B: hue angle of 337.4º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB215B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 33 91 -
CMYK 0 0.82 0.51 0.27
HSL 337.4º 0.7% 0.43% -
HSV(B) 337.4º 0.82% 0.73% -
XYZ 22.93 12.41 11.08 -
YUV 85.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 187 33 91 0 0.82 0.51 0.27 337.4 0.7 0.43
Hex BB 21 5B 0 52 33 1B 151 46 2B
Octal 273 41 133 0 122 63 33 521 106 53
Binary 10111011 100001 1011011 0 1010010 110011 11011 101010001 1000110 101011

Color Harmonies of #BB215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB215B

Black with #BB215B

Text Example


Text Example

White with #BB215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB215B; }

 p { color: rgb(187,33,91); }

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

background-color css

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

 a { background-color: rgb(187,33,91); }

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

border-color css

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

 span { border-color: rgb(187,33,91); }

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