Html Css Color HEX #BB315A Old Rose

📋 copy color: '#BB315A'

red 187 ◦ green 49 ◦ blue 90

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

Shades of Old Rose #BB315A

Tints of Old Rose #BB315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 57.36%
G = 15.03%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB315A (or 0xBB315A) is known color: Old Rose. HEX triplet: BB, 31 and 5A. RGB value is (187,49,90). Sum of RGB (Red+Green+Blue) = 187+49+90=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB315A is #44CEA5. Grayscale: #5E5E5E. Windows color (decimal): -4509350 or 5910971. OLE color: 5910971.

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

Color convert

RGB 187 49 90 -
CMYK 0 0.74 0.52 0.27
HSL 342.17º 0.58% 0.46% -
HSV(B) 342.17º 0.74% 0.73% -
XYZ 23.44 13.5 11.04 -
YUV 94.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 187 49 90 0 0.74 0.52 0.27 342.17 0.58 0.46
Hex BB 31 5A 0 4A 34 1B 156 3A 2E
Octal 273 61 132 0 112 64 33 526 72 56
Binary 10111011 110001 1011010 0 1001010 110100 11011 101010110 111010 101110

Color Harmonies of #BB315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB315A

Black with #BB315A

Text Example


Text Example

White with #BB315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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