Html Css Color HEX #BB2856 Old Rose

📋 copy color: '#BB2856'

red 187 ◦ green 40 ◦ blue 86

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

Shades of Old Rose #BB2856

Tints of Old Rose #BB2856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 59.74%
G = 12.78%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB2856 (or 0xBB2856) is known color: Old Rose. HEX triplet: BB, 28 and 56. RGB value is (187,40,86). Sum of RGB (Red+Green+Blue) = 187+40+86=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2856 is #44D7A9. Grayscale: #595959. Windows color (decimal): -4511658 or 5646523. OLE color: 5646523.

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

Color convert

RGB 187 40 86 -
CMYK 0 0.79 0.54 0.27
HSL 341.22º 0.65% 0.45% -
HSV(B) 341.22º 0.79% 0.73% -
XYZ 22.93 12.75 10.06 -
YUV 89.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 187 40 86 0 0.79 0.54 0.27 341.22 0.65 0.45
Hex BB 28 56 0 4F 36 1B 155 41 2D
Octal 273 50 126 0 117 66 33 525 101 55
Binary 10111011 101000 1010110 0 1001111 110110 11011 101010101 1000001 101101

Color Harmonies of #BB2856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2856

Black with #BB2856

Text Example


Text Example

White with #BB2856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2856; }

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

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

background-color css

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

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

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

border-color css

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

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

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