Html Css Color HEX #B2194A Old Rose

📋 copy color: '#B2194A'

red 178 ◦ green 25 ◦ blue 74

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

Shades of Old Rose #B2194A

Tints of Old Rose #B2194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 64.26%
G = 9.03%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2194A (or 0xB2194A) is known color: Old Rose. HEX triplet: B2, 19 and 4A. RGB value is (178,25,74). Sum of RGB (Red+Green+Blue) = 178+25+74=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2194A is #4DE6B5. Grayscale: #4C4C4C. Windows color (decimal): -5105334 or 4856242. OLE color: 4856242.

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

Color convert

RGB 178 25 74 -
CMYK 0 0.86 0.58 0.30
HSL 340.78º 0.75% 0.4% -
HSV(B) 340.78º 0.86% 0.7% -
XYZ 19.94 10.65 7.48 -
YUV 76.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 178 25 74 0 0.86 0.58 0.30 340.78 0.75 0.4
Hex B2 19 4A 0 56 3A 1E 155 4B 28
Octal 262 31 112 0 126 72 36 525 113 50
Binary 10110010 11001 1001010 0 1010110 111010 11110 101010101 1001011 101000

Color Harmonies of #B2194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2194A

Black with #B2194A

Text Example


Text Example

White with #B2194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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