Html Css Color HEX #B5295B Old Rose

📋 copy color: '#B5295B'

red 181 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #B5295B

Tints of Old Rose #B5295B

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 57.83%
G = 13.1%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5295B (or 0xB5295B) is known color: Old Rose. HEX triplet: B5, 29 and 5B. RGB value is (181,41,91). Sum of RGB (Red+Green+Blue) = 181+41+91=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295B is #4AD6A4. Grayscale: #585858. Windows color (decimal): -4904613 or 5974453. OLE color: 5974453.

HSL color Cylindrical-coordinate representation of color #B5295B: hue angle of 338.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5295B is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 91 -
CMYK 0 0.77 0.50 0.29
HSL 338.57º 0.63% 0.44% -
HSV(B) 338.57º 0.77% 0.71% -
XYZ 21.74 12.16 11.1 -
YUV 88.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 181 41 91 0 0.77 0.50 0.29 338.57 0.63 0.44
Hex B5 29 5B 0 4D 32 1D 153 3F 2C
Octal 265 51 133 0 115 62 35 523 77 54
Binary 10110101 101001 1011011 0 1001101 110010 11101 101010011 111111 101100

Color Harmonies of #B5295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5295B

Black with #B5295B

Text Example


Text Example

White with #B5295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5295B; }

 p { color: rgb(181,41,91); }

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

background-color css

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

 a { background-color: rgb(181,41,91); }

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

border-color css

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

 span { border-color: rgb(181,41,91); }

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