Html Css Color HEX #BB314D Old Rose

📋 copy color: '#BB314D'

red 187 ◦ green 49 ◦ blue 77

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

Shades of Old Rose #BB314D

Tints of Old Rose #BB314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 59.74%
G = 15.65%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB314D (or 0xBB314D) is known color: Old Rose. HEX triplet: BB, 31 and 4D. RGB value is (187,49,77). Sum of RGB (Red+Green+Blue) = 187+49+77=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB314D is #44CEB2. Grayscale: #5D5D5D. Windows color (decimal): -4509363 or 5059003. OLE color: 5059003.

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

Color convert

RGB 187 49 77 -
CMYK 0 0.74 0.59 0.27
HSL 347.83º 0.58% 0.46% -
HSV(B) 347.83º 0.74% 0.73% -
XYZ 22.93 13.3 8.38 -
YUV 93.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 187 49 77 0 0.74 0.59 0.27 347.83 0.58 0.46
Hex BB 31 4D 0 4A 3B 1B 15C 3A 2E
Octal 273 61 115 0 112 73 33 534 72 56
Binary 10111011 110001 1001101 0 1001010 111011 11011 101011100 111010 101110

Color Harmonies of #BB314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB314D

Black with #BB314D

Text Example


Text Example

White with #BB314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB314D; }

 p { color: rgb(187,49,77); }

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

background-color css

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

 a { background-color: rgb(187,49,77); }

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

border-color css

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

 span { border-color: rgb(187,49,77); }

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