Html Css Color HEX #BB315E Old Rose

📋 copy color: '#BB315E'

red 187 ◦ green 49 ◦ blue 94

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

Shades of Old Rose #BB315E

Tints of Old Rose #BB315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 56.67%
G = 14.85%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB315E (or 0xBB315E) is known color: Old Rose. HEX triplet: BB, 31 and 5E. RGB value is (187,49,94). Sum of RGB (Red+Green+Blue) = 187+49+94=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB315E is #44CEA1. Grayscale: #5F5F5F. Windows color (decimal): -4509346 or 6173115. OLE color: 6173115.

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

Color convert

RGB 187 49 94 -
CMYK 0 0.74 0.50 0.27
HSL 340.43º 0.58% 0.46% -
HSV(B) 340.43º 0.74% 0.73% -
XYZ 23.61 13.57 11.96 -
YUV 95.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 187 49 94 0 0.74 0.50 0.27 340.43 0.58 0.46
Hex BB 31 5E 0 4A 32 1B 154 3A 2E
Octal 273 61 136 0 112 62 33 524 72 56
Binary 10111011 110001 1011110 0 1001010 110010 11011 101010100 111010 101110

Color Harmonies of #BB315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB315E

Black with #BB315E

Text Example


Text Example

White with #BB315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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