Html Css Color HEX #BB284D Old Rose

📋 copy color: '#BB284D'

red 187 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #BB284D

Tints of Old Rose #BB284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 61.51%
G = 13.16%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB284D (or 0xBB284D) is known color: Old Rose. HEX triplet: BB, 28 and 4D. RGB value is (187,40,77). Sum of RGB (Red+Green+Blue) = 187+40+77=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB284D is #44D7B2. Grayscale: #585858. Windows color (decimal): -4511667 or 5056699. OLE color: 5056699.

HSL color Cylindrical-coordinate representation of color #BB284D: hue angle of 344.9º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB284D is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 77 -
CMYK 0 0.79 0.59 0.27
HSL 344.9º 0.65% 0.45% -
HSV(B) 344.9º 0.79% 0.73% -
XYZ 22.59 12.62 8.27 -
YUV 88.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 187 40 77 0 0.79 0.59 0.27 344.9 0.65 0.45
Hex BB 28 4D 0 4F 3B 1B 159 41 2D
Octal 273 50 115 0 117 73 33 531 101 55
Binary 10111011 101000 1001101 0 1001111 111011 11011 101011001 1000001 101101

Color Harmonies of #BB284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB284D

Black with #BB284D

Text Example


Text Example

White with #BB284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB284D; }

 p { color: rgb(187,40,77); }

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

background-color css

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

 a { background-color: rgb(187,40,77); }

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

border-color css

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

 span { border-color: rgb(187,40,77); }

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