Html Css Color HEX #BB2750 Old Rose

📋 copy color: '#BB2750'

red 187 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #BB2750

Tints of Old Rose #BB2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 61.11%
G = 12.75%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2750 (or 0xBB2750) is known color: Old Rose. HEX triplet: BB, 27 and 50. RGB value is (187,39,80). Sum of RGB (Red+Green+Blue) = 187+39+80=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2750 is #44D8AF. Grayscale: #575757. Windows color (decimal): -4511920 or 5253051. OLE color: 5253051.

HSL color Cylindrical-coordinate representation of color #BB2750: hue angle of 343.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2750 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 80 -
CMYK 0 0.79 0.57 0.27
HSL 343.38º 0.65% 0.44% -
HSV(B) 343.38º 0.79% 0.73% -
XYZ 22.67 12.6 8.83 -
YUV 87.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 187 39 80 0 0.79 0.57 0.27 343.38 0.65 0.44
Hex BB 27 50 0 4F 39 1B 157 41 2C
Octal 273 47 120 0 117 71 33 527 101 54
Binary 10111011 100111 1010000 0 1001111 111001 11011 101010111 1000001 101100

Color Harmonies of #BB2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2750

Black with #BB2750

Text Example


Text Example

White with #BB2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2750; }

 p { color: rgb(187,39,80); }

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

background-color css

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

 a { background-color: rgb(187,39,80); }

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

border-color css

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

 span { border-color: rgb(187,39,80); }

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