Html Css Color HEX #B1284B Old Rose

📋 copy color: '#B1284B'

red 177 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #B1284B

Tints of Old Rose #B1284B

RGB

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

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

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

R = 60.62%
G = 13.7%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1284B (or 0xB1284B) is known color: Old Rose. HEX triplet: B1, 28 and 4B. RGB value is (177,40,75). Sum of RGB (Red+Green+Blue) = 177+40+75=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1284B is #4ED7B4. Grayscale: #545454. Windows color (decimal): -5167029 or 4925617. OLE color: 4925617.

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

Color convert

RGB 177 40 75 -
CMYK 0 0.77 0.58 0.31
HSL 344.67º 0.63% 0.43% -
HSV(B) 344.67º 0.77% 0.69% -
XYZ 20.16 11.37 7.79 -
YUV 84.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 177 40 75 0 0.77 0.58 0.31 344.67 0.63 0.43
Hex B1 28 4B 0 4D 3A 1F 159 3F 2B
Octal 261 50 113 0 115 72 37 531 77 53
Binary 10110001 101000 1001011 0 1001101 111010 11111 101011001 111111 101011

Color Harmonies of #B1284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1284B

Black with #B1284B

Text Example


Text Example

White with #B1284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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