Html Css Color HEX #BB184F Old Rose

📋 copy color: '#BB184F'

red 187 ◦ green 24 ◦ blue 79

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

Shades of Old Rose #BB184F

Tints of Old Rose #BB184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 64.48%
G = 8.28%
B = 27.24%

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

#BB184F (or 0xBB184F) is known color: Old Rose. HEX triplet: BB, 18 and 4F. RGB value is (187,24,79). Sum of RGB (Red+Green+Blue) = 187+24+79=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB184F is #44E7B0. Grayscale: #4E4E4E. Windows color (decimal): -4515761 or 5183675. OLE color: 5183675.

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

Color convert

RGB 187 24 79 -
CMYK 0 0.87 0.58 0.27
HSL 339.75º 0.77% 0.41% -
HSV(B) 339.75º 0.87% 0.73% -
XYZ 22.23 11.78 8.5 -
YUV 79.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 187 24 79 0 0.87 0.58 0.27 339.75 0.77 0.41
Hex BB 18 4F 0 57 3A 1B 154 4D 29
Octal 273 30 117 0 127 72 33 524 115 51
Binary 10111011 11000 1001111 0 1010111 111010 11011 101010100 1001101 101001

Color Harmonies of #BB184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB184F

Black with #BB184F

Text Example


Text Example

White with #BB184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB184F; }

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

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

background-color css

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

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

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

border-color css

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

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

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