Html Css Color HEX #BB194D Old Rose

📋 copy color: '#BB194D'

red 187 ◦ green 25 ◦ blue 77

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

Shades of Old Rose #BB194D

Tints of Old Rose #BB194D

RGB

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

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

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

R = 64.71%
G = 8.65%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB194D (or 0xBB194D) is known color: Old Rose. HEX triplet: BB, 19 and 4D. RGB value is (187,25,77). Sum of RGB (Red+Green+Blue) = 187+25+77=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB194D is #44E6B2. Grayscale: #4F4F4F. Windows color (decimal): -4515507 or 5052859. OLE color: 5052859.

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

Color convert

RGB 187 25 77 -
CMYK 0 0.87 0.59 0.27
HSL 340.74º 0.76% 0.42% -
HSV(B) 340.74º 0.87% 0.73% -
XYZ 22.18 11.8 8.13 -
YUV 79.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 187 25 77 0 0.87 0.59 0.27 340.74 0.76 0.42
Hex BB 19 4D 0 57 3B 1B 155 4C 2A
Octal 273 31 115 0 127 73 33 525 114 52
Binary 10111011 11001 1001101 0 1010111 111011 11011 101010101 1001100 101010

Color Harmonies of #BB194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB194D

Black with #BB194D

Text Example


Text Example

White with #BB194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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