Html Css Color HEX #B1234A Old Rose

📋 copy color: '#B1234A'

red 177 ◦ green 35 ◦ blue 74

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

Shades of Old Rose #B1234A

Tints of Old Rose #B1234A

RGB

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

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

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

R = 61.89%
G = 12.24%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1234A (or 0xB1234A) is known color: Old Rose. HEX triplet: B1, 23 and 4A. RGB value is (177,35,74). Sum of RGB (Red+Green+Blue) = 177+35+74=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1234A is #4EDCB5. Grayscale: #515151. Windows color (decimal): -5168310 or 4858801. OLE color: 4858801.

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

Color convert

RGB 177 35 74 -
CMYK 0 0.80 0.58 0.31
HSL 343.52º 0.67% 0.42% -
HSV(B) 343.52º 0.8% 0.69% -
XYZ 19.97 11.04 7.56 -
YUV 81.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 177 35 74 0 0.80 0.58 0.31 343.52 0.67 0.42
Hex B1 23 4A 0 50 3A 1F 158 43 2A
Octal 261 43 112 0 120 72 37 530 103 52
Binary 10110001 100011 1001010 0 1010000 111010 11111 101011000 1000011 101010

Color Harmonies of #B1234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1234A

Black with #B1234A

Text Example


Text Example

White with #B1234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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