Html Css Color HEX #BB2F55 Old Rose

📋 copy color: '#BB2F55'

red 187 ◦ green 47 ◦ blue 85

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

Shades of Old Rose #BB2F55

Tints of Old Rose #BB2F55

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 58.62%
G = 14.73%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2F55 (or 0xBB2F55) is known color: Old Rose. HEX triplet: BB, 2F and 55. RGB value is (187,47,85). Sum of RGB (Red+Green+Blue) = 187+47+85=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F55 is #44D0AA. Grayscale: #5D5D5D. Windows color (decimal): -4509867 or 5582779. OLE color: 5582779.

HSL color Cylindrical-coordinate representation of color #BB2F55: hue angle of 343.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2F55 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 85 -
CMYK 0 0.75 0.55 0.27
HSL 343.71º 0.6% 0.46% -
HSV(B) 343.71º 0.75% 0.73% -
XYZ 23.15 13.25 9.93 -
YUV 93.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 187 47 85 0 0.75 0.55 0.27 343.71 0.6 0.46
Hex BB 2F 55 0 4B 37 1B 158 3C 2E
Octal 273 57 125 0 113 67 33 530 74 56
Binary 10111011 101111 1010101 0 1001011 110111 11011 101011000 111100 101110

Color Harmonies of #BB2F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F55

Black with #BB2F55

Text Example


Text Example

White with #BB2F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F55; }

 p { color: rgb(187,47,85); }

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

background-color css

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

 a { background-color: rgb(187,47,85); }

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

border-color css

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

 span { border-color: rgb(187,47,85); }

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