Html Css Color HEX #BB194F Old Rose

📋 copy color: '#BB194F'

red 187 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #BB194F

Tints of Old Rose #BB194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 64.26%
G = 8.59%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB194F (or 0xBB194F) is known color: Old Rose. HEX triplet: BB, 19 and 4F. RGB value is (187,25,79). Sum of RGB (Red+Green+Blue) = 187+25+79=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB194F is #44E6B0. Grayscale: #4F4F4F. Windows color (decimal): -4515505 or 5183931. OLE color: 5183931.

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

Color convert

RGB 187 25 79 -
CMYK 0 0.87 0.58 0.27
HSL 340º 0.76% 0.42% -
HSV(B) 340º 0.87% 0.73% -
XYZ 22.25 11.82 8.51 -
YUV 79.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 187 25 79 0 0.87 0.58 0.27 340 0.76 0.42
Hex BB 19 4F 0 57 3A 1B 154 4C 2A
Octal 273 31 117 0 127 72 33 524 114 52
Binary 10111011 11001 1001111 0 1010111 111010 11011 101010100 1001100 101010

Color Harmonies of #BB194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB194F

Black with #BB194F

Text Example


Text Example

White with #BB194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB194F; }

 p { color: rgb(187,25,79); }

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

background-color css

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

 a { background-color: rgb(187,25,79); }

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

border-color css

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

 span { border-color: rgb(187,25,79); }

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