Html Css Color HEX #B2184A Old Rose

📋 copy color: '#B2184A'

red 178 ◦ green 24 ◦ blue 74

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

Shades of Old Rose #B2184A

Tints of Old Rose #B2184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 64.49%
G = 8.7%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2184A (or 0xB2184A) is known color: Old Rose. HEX triplet: B2, 18 and 4A. RGB value is (178,24,74). Sum of RGB (Red+Green+Blue) = 178+24+74=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2184A is #4DE7B5. Grayscale: #4B4B4B. Windows color (decimal): -5105590 or 4855986. OLE color: 4855986.

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

Color convert

RGB 178 24 74 -
CMYK 0 0.87 0.58 0.30
HSL 340.52º 0.76% 0.4% -
HSV(B) 340.52º 0.87% 0.7% -
XYZ 19.92 10.61 7.48 -
YUV 75.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 178 24 74 0 0.87 0.58 0.30 340.52 0.76 0.4
Hex B2 18 4A 0 57 3A 1E 155 4C 28
Octal 262 30 112 0 127 72 36 525 114 50
Binary 10110010 11000 1001010 0 1010111 111010 11110 101010101 1001100 101000

Color Harmonies of #B2184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2184A

Black with #B2184A

Text Example


Text Example

White with #B2184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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