Html Css Color HEX #B6184C Old Rose

📋 copy color: '#B6184C'

red 182 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #B6184C

Tints of Old Rose #B6184C

RGB

 RED value IS 182 (71.48% from 255) = 64.54%

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

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

R = 64.54%
G = 8.51%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6184C (or 0xB6184C) is known color: Old Rose. HEX triplet: B6, 18 and 4C. RGB value is (182,24,76). Sum of RGB (Red+Green+Blue) = 182+24+76=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B6184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6184C is #49E7B3. Grayscale: #4D4D4D. Windows color (decimal): -4843444 or 4987062. OLE color: 4987062.

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

Color convert

RGB 182 24 76 -
CMYK 0 0.87 0.58 0.29
HSL 340.25º 0.77% 0.4% -
HSV(B) 340.25º 0.87% 0.71% -
XYZ 20.92 11.12 7.88 -
YUV 77.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 182 24 76 0 0.87 0.58 0.29 340.25 0.77 0.4
Hex B6 18 4C 0 57 3A 1D 154 4D 28
Octal 266 30 114 0 127 72 35 524 115 50
Binary 10110110 11000 1001100 0 1010111 111010 11101 101010100 1001101 101000

Color Harmonies of #B6184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6184C

Black with #B6184C

Text Example


Text Example

White with #B6184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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