Html Css Color HEX #B1234E Old Rose

📋 copy color: '#B1234E'

red 177 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #B1234E

Tints of Old Rose #B1234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 61.03%
G = 12.07%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1234E (or 0xB1234E) is known color: Old Rose. HEX triplet: B1, 23 and 4E. RGB value is (177,35,78). Sum of RGB (Red+Green+Blue) = 177+35+78=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1234E is #4EDCB1. Grayscale: #525252. Windows color (decimal): -5168306 or 5120945. OLE color: 5120945.

HSL color Cylindrical-coordinate representation of color #B1234E: hue angle of 341.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1234E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 78 -
CMYK 0 0.80 0.56 0.31
HSL 341.83º 0.67% 0.42% -
HSV(B) 341.83º 0.8% 0.69% -
XYZ 20.11 11.1 8.29 -
YUV 82.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 177 35 78 0 0.80 0.56 0.31 341.83 0.67 0.42
Hex B1 23 4E 0 50 38 1F 156 43 2A
Octal 261 43 116 0 120 70 37 526 103 52
Binary 10110001 100011 1001110 0 1010000 111000 11111 101010110 1000011 101010

Color Harmonies of #B1234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1234E

Black with #B1234E

Text Example


Text Example

White with #B1234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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