Html Css Color HEX #B1284D Old Rose

📋 copy color: '#B1284D'

red 177 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #B1284D

Tints of Old Rose #B1284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 60.2%
G = 13.61%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1284D (or 0xB1284D) is known color: Old Rose. HEX triplet: B1, 28 and 4D. RGB value is (177,40,77). Sum of RGB (Red+Green+Blue) = 177+40+77=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1284D is #4ED7B2. Grayscale: #555555. Windows color (decimal): -5167027 or 5056689. OLE color: 5056689.

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

Color convert

RGB 177 40 77 -
CMYK 0 0.77 0.56 0.31
HSL 343.8º 0.63% 0.43% -
HSV(B) 343.8º 0.77% 0.69% -
XYZ 20.23 11.4 8.16 -
YUV 85.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 177 40 77 0 0.77 0.56 0.31 343.8 0.63 0.43
Hex B1 28 4D 0 4D 38 1F 158 3F 2B
Octal 261 50 115 0 115 70 37 530 77 53
Binary 10110001 101000 1001101 0 1001101 111000 11111 101011000 111111 101011

Color Harmonies of #B1284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1284D

Black with #B1284D

Text Example


Text Example

White with #B1284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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