Html Css Color HEX #BB285F Old Rose

📋 copy color: '#BB285F'

red 187 ◦ green 40 ◦ blue 95

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

Shades of Old Rose #BB285F

Tints of Old Rose #BB285F

RGB

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

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

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

R = 58.07%
G = 12.42%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB285F (or 0xBB285F) is known color: Old Rose. HEX triplet: BB, 28 and 5F. RGB value is (187,40,95). Sum of RGB (Red+Green+Blue) = 187+40+95=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB285F is #44D7A0. Grayscale: #5A5A5A. Windows color (decimal): -4511649 or 6236347. OLE color: 6236347.

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

Color convert

RGB 187 40 95 -
CMYK 0 0.79 0.49 0.27
HSL 337.55º 0.65% 0.45% -
HSV(B) 337.55º 0.79% 0.73% -
XYZ 23.32 12.91 12.09 -
YUV 90.22 130.7 197.03 -
System Red Green Blue C M Y K H S L
Decimal 187 40 95 0 0.79 0.49 0.27 337.55 0.65 0.45
Hex BB 28 5F 0 4F 31 1B 152 41 2D
Octal 273 50 137 0 117 61 33 522 101 55
Binary 10111011 101000 1011111 0 1001111 110001 11011 101010010 1000001 101101

Color Harmonies of #BB285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB285F

Black with #BB285F

Text Example


Text Example

White with #BB285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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