Html Css Color HEX #B1214C Old Rose

📋 copy color: '#B1214C'

red 177 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #B1214C

Tints of Old Rose #B1214C

RGB

 RED value IS 177 (69.53% from 255) = 61.89%

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 61.89%
G = 11.54%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1214C (or 0xB1214C) is known color: Old Rose. HEX triplet: B1, 21 and 4C. RGB value is (177,33,76). Sum of RGB (Red+Green+Blue) = 177+33+76=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1214C is #4EDEB3. Grayscale: #505050. Windows color (decimal): -5168820 or 4989361. OLE color: 4989361.

HSL color Cylindrical-coordinate representation of color #B1214C: hue angle of 342.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1214C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 76 -
CMYK 0 0.81 0.57 0.31
HSL 342.08º 0.69% 0.41% -
HSV(B) 342.08º 0.81% 0.69% -
XYZ 19.98 10.96 7.9 -
YUV 80.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 177 33 76 0 0.81 0.57 0.31 342.08 0.69 0.41
Hex B1 21 4C 0 51 39 1F 156 45 29
Octal 261 41 114 0 121 71 37 526 105 51
Binary 10110001 100001 1001100 0 1010001 111001 11111 101010110 1000101 101001

Color Harmonies of #B1214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1214C

Black with #B1214C

Text Example


Text Example

White with #B1214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1214C; }

 p { color: rgb(177,33,76); }

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

background-color css

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

 a { background-color: rgb(177,33,76); }

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

border-color css

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

 span { border-color: rgb(177,33,76); }

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