Html Css Color HEX #BB285E Old Rose

📋 copy color: '#BB285E'

red 187 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #BB285E

Tints of Old Rose #BB285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 58.26%
G = 12.46%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB285E (or 0xBB285E) is known color: Old Rose. HEX triplet: BB, 28 and 5E. RGB value is (187,40,94). Sum of RGB (Red+Green+Blue) = 187+40+94=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB285E is #44D7A1. Grayscale: #5A5A5A. Windows color (decimal): -4511650 or 6170811. OLE color: 6170811.

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

Color convert

RGB 187 40 94 -
CMYK 0 0.79 0.50 0.27
HSL 337.96º 0.65% 0.45% -
HSV(B) 337.96º 0.79% 0.73% -
XYZ 23.27 12.89 11.85 -
YUV 90.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 187 40 94 0 0.79 0.50 0.27 337.96 0.65 0.45
Hex BB 28 5E 0 4F 32 1B 152 41 2D
Octal 273 50 136 0 117 62 33 522 101 55
Binary 10111011 101000 1011110 0 1001111 110010 11011 101010010 1000001 101101

Color Harmonies of #BB285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB285E

Black with #BB285E

Text Example


Text Example

White with #BB285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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