Html Css Color HEX #B1214E Old Rose

📋 copy color: '#B1214E'

red 177 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #B1214E

Tints of Old Rose #B1214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 61.46%
G = 11.46%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1214E (or 0xB1214E) is known color: Old Rose. HEX triplet: B1, 21 and 4E. RGB value is (177,33,78). Sum of RGB (Red+Green+Blue) = 177+33+78=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1214E is #4EDEB1. Grayscale: #515151. Windows color (decimal): -5168818 or 5120433. OLE color: 5120433.

HSL color Cylindrical-coordinate representation of color #B1214E: hue angle of 341.25º 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 #B1214E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 78 -
CMYK 0 0.81 0.56 0.31
HSL 341.25º 0.69% 0.41% -
HSV(B) 341.25º 0.81% 0.69% -
XYZ 20.05 10.98 8.27 -
YUV 81.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 177 33 78 0 0.81 0.56 0.31 341.25 0.69 0.41
Hex B1 21 4E 0 51 38 1F 155 45 29
Octal 261 41 116 0 121 70 37 525 105 51
Binary 10110001 100001 1001110 0 1010001 111000 11111 101010101 1000101 101001

Color Harmonies of #B1214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1214E

Black with #B1214E

Text Example


Text Example

White with #B1214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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