Html Css Color HEX #BB314E Old Rose

📋 copy color: '#BB314E'

red 187 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #BB314E

Tints of Old Rose #BB314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 59.55%
G = 15.61%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB314E (or 0xBB314E) is known color: Old Rose. HEX triplet: BB, 31 and 4E. RGB value is (187,49,78). Sum of RGB (Red+Green+Blue) = 187+49+78=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB314E is #44CEB1. Grayscale: #5D5D5D. Windows color (decimal): -4509362 or 5124539. OLE color: 5124539.

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

Color convert

RGB 187 49 78 -
CMYK 0 0.74 0.58 0.27
HSL 347.39º 0.58% 0.46% -
HSV(B) 347.39º 0.74% 0.73% -
XYZ 22.97 13.31 8.57 -
YUV 93.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 187 49 78 0 0.74 0.58 0.27 347.39 0.58 0.46
Hex BB 31 4E 0 4A 3A 1B 15B 3A 2E
Octal 273 61 116 0 112 72 33 533 72 56
Binary 10111011 110001 1001110 0 1001010 111010 11011 101011011 111010 101110

Color Harmonies of #BB314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB314E

Black with #BB314E

Text Example


Text Example

White with #BB314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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