Html Css Color HEX #B1284C Old Rose

📋 copy color: '#B1284C'

red 177 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #B1284C

Tints of Old Rose #B1284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 60.41%
G = 13.65%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1284C (or 0xB1284C) is known color: Old Rose. HEX triplet: B1, 28 and 4C. RGB value is (177,40,76). Sum of RGB (Red+Green+Blue) = 177+40+76=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1284C is #4ED7B3. Grayscale: #555555. Windows color (decimal): -5167028 or 4991153. OLE color: 4991153.

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

Color convert

RGB 177 40 76 -
CMYK 0 0.77 0.57 0.31
HSL 344.23º 0.63% 0.43% -
HSV(B) 344.23º 0.77% 0.69% -
XYZ 20.19 11.39 7.97 -
YUV 85.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 177 40 76 0 0.77 0.57 0.31 344.23 0.63 0.43
Hex B1 28 4C 0 4D 39 1F 158 3F 2B
Octal 261 50 114 0 115 71 37 530 77 53
Binary 10110001 101000 1001100 0 1001101 111001 11111 101011000 111111 101011

Color Harmonies of #B1284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1284C

Black with #B1284C

Text Example


Text Example

White with #B1284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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