Html Css Color HEX #B2184C Old Rose

📋 copy color: '#B2184C'

red 178 ◦ green 24 ◦ blue 76

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

Shades of Old Rose #B2184C

Tints of Old Rose #B2184C

RGB

 RED value IS 178 (69.92% from 255) = 64.03%

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

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

R = 64.03%
G = 8.63%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2184C (or 0xB2184C) is known color: Old Rose. HEX triplet: B2, 18 and 4C. RGB value is (178,24,76). Sum of RGB (Red+Green+Blue) = 178+24+76=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2184C is #4DE7B3. Grayscale: #4B4B4B. Windows color (decimal): -5105588 or 4987058. OLE color: 4987058.

HSL color Cylindrical-coordinate representation of color #B2184C: hue angle of 339.74º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2184C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 76 -
CMYK 0 0.87 0.57 0.30
HSL 339.74º 0.76% 0.4% -
HSV(B) 339.74º 0.87% 0.7% -
XYZ 19.99 10.64 7.84 -
YUV 75.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 178 24 76 0 0.87 0.57 0.30 339.74 0.76 0.4
Hex B2 18 4C 0 57 39 1E 154 4C 28
Octal 262 30 114 0 127 71 36 524 114 50
Binary 10110010 11000 1001100 0 1010111 111001 11110 101010100 1001100 101000

Color Harmonies of #B2184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2184C

Black with #B2184C

Text Example


Text Example

White with #B2184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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