Html Css Color HEX #B1295A Old Rose

📋 copy color: '#B1295A'

red 177 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #B1295A

Tints of Old Rose #B1295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 57.47%
G = 13.31%
B = 29.22%

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

#B1295A (or 0xB1295A) is known color: Old Rose. HEX triplet: B1, 29 and 5A. RGB value is (177,41,90). Sum of RGB (Red+Green+Blue) = 177+41+90=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1295A is #4ED6A5. Grayscale: #575757. Windows color (decimal): -5166758 or 5908913. OLE color: 5908913.

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

Color convert

RGB 177 41 90 -
CMYK 0 0.77 0.49 0.31
HSL 338.38º 0.62% 0.43% -
HSV(B) 338.38º 0.77% 0.69% -
XYZ 20.77 11.67 10.83 -
YUV 87.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 177 41 90 0 0.77 0.49 0.31 338.38 0.62 0.43
Hex B1 29 5A 0 4D 31 1F 152 3E 2B
Octal 261 51 132 0 115 61 37 522 76 53
Binary 10110001 101001 1011010 0 1001101 110001 11111 101010010 111110 101011

Color Harmonies of #B1295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1295A

Black with #B1295A

Text Example


Text Example

White with #B1295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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