Html Css Color HEX #BB284B Old Rose

📋 copy color: '#BB284B'

red 187 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #BB284B

Tints of Old Rose #BB284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 61.92%
G = 13.25%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB284B (or 0xBB284B) is known color: Old Rose. HEX triplet: BB, 28 and 4B. RGB value is (187,40,75). Sum of RGB (Red+Green+Blue) = 187+40+75=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB284B is #44D7B4. Grayscale: #575757. Windows color (decimal): -4511669 or 4925627. OLE color: 4925627.

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

Color convert

RGB 187 40 75 -
CMYK 0 0.79 0.60 0.27
HSL 345.71º 0.65% 0.45% -
HSV(B) 345.71º 0.79% 0.73% -
XYZ 22.52 12.59 7.9 -
YUV 87.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 187 40 75 0 0.79 0.60 0.27 345.71 0.65 0.45
Hex BB 28 4B 0 4F 3C 1B 15A 41 2D
Octal 273 50 113 0 117 74 33 532 101 55
Binary 10111011 101000 1001011 0 1001111 111100 11011 101011010 1000001 101101

Color Harmonies of #BB284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB284B

Black with #BB284B

Text Example


Text Example

White with #BB284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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