Html Css Color HEX #B1285A Old Rose

📋 copy color: '#B1285A'

red 177 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #B1285A

Tints of Old Rose #B1285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 57.65%
G = 13.03%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1285A (or 0xB1285A) is known color: Old Rose. HEX triplet: B1, 28 and 5A. RGB value is (177,40,90). Sum of RGB (Red+Green+Blue) = 177+40+90=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1285A is #4ED7A5. Grayscale: #565656. Windows color (decimal): -5167014 or 5908657. OLE color: 5908657.

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

Color convert

RGB 177 40 90 -
CMYK 0 0.77 0.49 0.31
HSL 338.1º 0.63% 0.43% -
HSV(B) 338.1º 0.77% 0.69% -
XYZ 20.74 11.6 10.82 -
YUV 86.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 177 40 90 0 0.77 0.49 0.31 338.1 0.63 0.43
Hex B1 28 5A 0 4D 31 1F 152 3F 2B
Octal 261 50 132 0 115 61 37 522 77 53
Binary 10110001 101000 1011010 0 1001101 110001 11111 101010010 111111 101011

Color Harmonies of #B1285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1285A

Black with #B1285A

Text Example


Text Example

White with #B1285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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