Html Css Color HEX #B2194C Old Rose

📋 copy color: '#B2194C'

red 178 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #B2194C

Tints of Old Rose #B2194C

RGB

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

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

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

R = 63.8%
G = 8.96%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2194C (or 0xB2194C) is known color: Old Rose. HEX triplet: B2, 19 and 4C. RGB value is (178,25,76). Sum of RGB (Red+Green+Blue) = 178+25+76=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2194C is #4DE6B3. Grayscale: #4C4C4C. Windows color (decimal): -5105332 or 4987314. OLE color: 4987314.

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

Color convert

RGB 178 25 76 -
CMYK 0 0.86 0.57 0.30
HSL 340º 0.75% 0.4% -
HSV(B) 340º 0.86% 0.7% -
XYZ 20.01 10.68 7.84 -
YUV 76.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 178 25 76 0 0.86 0.57 0.30 340 0.75 0.4
Hex B2 19 4C 0 56 39 1E 154 4B 28
Octal 262 31 114 0 126 71 36 524 113 50
Binary 10110010 11001 1001100 0 1010110 111001 11110 101010100 1001011 101000

Color Harmonies of #B2194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2194C

Black with #B2194C

Text Example


Text Example

White with #B2194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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