Html Css Color HEX #B9184E Old Rose

📋 copy color: '#B9184E'

red 185 ◦ green 24 ◦ blue 78

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

Shades of Old Rose #B9184E

Tints of Old Rose #B9184E

RGB

 RED value IS 185 (72.66% from 255) = 64.46%

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

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 64.46%
G = 8.36%
B = 27.18%

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

#B9184E (or 0xB9184E) is known color: Old Rose. HEX triplet: B9, 18 and 4E. RGB value is (185,24,78). Sum of RGB (Red+Green+Blue) = 185+24+78=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9184E is #46E7B1. Grayscale: #4E4E4E. Windows color (decimal): -4646834 or 5118137. OLE color: 5118137.

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

Color convert

RGB 185 24 78 -
CMYK 0 0.87 0.58 0.27
HSL 339.88º 0.77% 0.41% -
HSV(B) 339.88º 0.87% 0.73% -
XYZ 21.71 11.52 8.29 -
YUV 78.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 185 24 78 0 0.87 0.58 0.27 339.88 0.77 0.41
Hex B9 18 4E 0 57 3A 1B 154 4D 29
Octal 271 30 116 0 127 72 33 524 115 51
Binary 10111001 11000 1001110 0 1010111 111010 11011 101010100 1001101 101001

Color Harmonies of #B9184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9184E

Black with #B9184E

Text Example


Text Example

White with #B9184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9184E; }

 p { color: rgb(185,24,78); }

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

background-color css

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

 a { background-color: rgb(185,24,78); }

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

border-color css

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

 span { border-color: rgb(185,24,78); }

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