Html Css Color HEX #B1204B Old Rose

📋 copy color: '#B1204B'

red 177 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #B1204B

Tints of Old Rose #B1204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 62.32%
G = 11.27%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1204B (or 0xB1204B) is known color: Old Rose. HEX triplet: B1, 20 and 4B. RGB value is (177,32,75). Sum of RGB (Red+Green+Blue) = 177+32+75=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1204B is #4EDFB4. Grayscale: #505050. Windows color (decimal): -5169077 or 4923569. OLE color: 4923569.

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

Color convert

RGB 177 32 75 -
CMYK 0 0.82 0.58 0.31
HSL 342.21º 0.69% 0.41% -
HSV(B) 342.21º 0.82% 0.69% -
XYZ 19.92 10.89 7.71 -
YUV 80.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 177 32 75 0 0.82 0.58 0.31 342.21 0.69 0.41
Hex B1 20 4B 0 52 3A 1F 156 45 29
Octal 261 40 113 0 122 72 37 526 105 51
Binary 10110001 100000 1001011 0 1010010 111010 11111 101010110 1000101 101001

Color Harmonies of #B1204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1204B

Black with #B1204B

Text Example


Text Example

White with #B1204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1204B; }

 p { color: rgb(177,32,75); }

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

background-color css

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

 a { background-color: rgb(177,32,75); }

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

border-color css

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

 span { border-color: rgb(177,32,75); }

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