Html Css Color HEX #BB215F Old Rose

📋 copy color: '#BB215F'

red 187 ◦ green 33 ◦ blue 95

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

Shades of Old Rose #BB215F

Tints of Old Rose #BB215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 59.37%
G = 10.48%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB215F (or 0xBB215F) is known color: Old Rose. HEX triplet: BB, 21 and 5F. RGB value is (187,33,95). Sum of RGB (Red+Green+Blue) = 187+33+95=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB215F is #44DEA0. Grayscale: #565656. Windows color (decimal): -4513441 or 6234555. OLE color: 6234555.

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

Color convert

RGB 187 33 95 -
CMYK 0 0.82 0.49 0.27
HSL 335.84º 0.7% 0.43% -
HSV(B) 335.84º 0.82% 0.73% -
XYZ 23.1 12.48 12.02 -
YUV 86.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 187 33 95 0 0.82 0.49 0.27 335.84 0.7 0.43
Hex BB 21 5F 0 52 31 1B 150 46 2B
Octal 273 41 137 0 122 61 33 520 106 53
Binary 10111011 100001 1011111 0 1010010 110001 11011 101010000 1000110 101011

Color Harmonies of #BB215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB215F

Black with #BB215F

Text Example


Text Example

White with #BB215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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