Html Css Color HEX #BB184C Old Rose

📋 copy color: '#BB184C'

red 187 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #BB184C

Tints of Old Rose #BB184C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 65.16%
G = 8.36%
B = 26.48%

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

#BB184C (or 0xBB184C) is known color: Old Rose. HEX triplet: BB, 18 and 4C. RGB value is (187,24,76). Sum of RGB (Red+Green+Blue) = 187+24+76=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB184C is #44E7B3. Grayscale: #4E4E4E. Windows color (decimal): -4515764 or 4987067. OLE color: 4987067.

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

Color convert

RGB 187 24 76 -
CMYK 0 0.87 0.59 0.27
HSL 340.86º 0.77% 0.41% -
HSV(B) 340.86º 0.87% 0.73% -
XYZ 22.12 11.74 7.94 -
YUV 78.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 187 24 76 0 0.87 0.59 0.27 340.86 0.77 0.41
Hex BB 18 4C 0 57 3B 1B 155 4D 29
Octal 273 30 114 0 127 73 33 525 115 51
Binary 10111011 11000 1001100 0 1010111 111011 11011 101010101 1001101 101001

Color Harmonies of #BB184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB184C

Black with #BB184C

Text Example


Text Example

White with #BB184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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