Html Css Color HEX #BB2651 Old Rose

📋 copy color: '#BB2651'

red 187 ◦ green 38 ◦ blue 81

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

Shades of Old Rose #BB2651

Tints of Old Rose #BB2651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 61.11%
G = 12.42%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2651 (or 0xBB2651) is known color: Old Rose. HEX triplet: BB, 26 and 51. RGB value is (187,38,81). Sum of RGB (Red+Green+Blue) = 187+38+81=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2651 is #44D9AE. Grayscale: #575757. Windows color (decimal): -4512175 or 5318331. OLE color: 5318331.

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

Color convert

RGB 187 38 81 -
CMYK 0 0.80 0.57 0.27
HSL 342.68º 0.66% 0.44% -
HSV(B) 342.68º 0.8% 0.73% -
XYZ 22.67 12.55 9.01 -
YUV 87.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 187 38 81 0 0.80 0.57 0.27 342.68 0.66 0.44
Hex BB 26 51 0 50 39 1B 157 42 2C
Octal 273 46 121 0 120 71 33 527 102 54
Binary 10111011 100110 1010001 0 1010000 111001 11011 101010111 1000010 101100

Color Harmonies of #BB2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2651

Black with #BB2651

Text Example


Text Example

White with #BB2651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2651; }

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

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

background-color css

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

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

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

border-color css

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

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

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