Html Css Color HEX #BB2655 Old Rose

📋 copy color: '#BB2655'

red 187 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #BB2655

Tints of Old Rose #BB2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 60.32%
G = 12.26%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB2655 (or 0xBB2655) is known color: Old Rose. HEX triplet: BB, 26 and 55. RGB value is (187,38,85). Sum of RGB (Red+Green+Blue) = 187+38+85=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2655 is #44D9AA. Grayscale: #575757. Windows color (decimal): -4512171 or 5580475. OLE color: 5580475.

HSL color Cylindrical-coordinate representation of color #BB2655: hue angle of 341.07º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2655 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 85 -
CMYK 0 0.80 0.55 0.27
HSL 341.07º 0.66% 0.44% -
HSV(B) 341.07º 0.8% 0.73% -
XYZ 22.83 12.61 9.82 -
YUV 87.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 187 38 85 0 0.80 0.55 0.27 341.07 0.66 0.44
Hex BB 26 55 0 50 37 1B 155 42 2C
Octal 273 46 125 0 120 67 33 525 102 54
Binary 10111011 100110 1010101 0 1010000 110111 11011 101010101 1000010 101100

Color Harmonies of #BB2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2655

Black with #BB2655

Text Example


Text Example

White with #BB2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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