Html Css Color HEX #B5294E Old Rose

📋 copy color: '#B5294E'

red 181 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #B5294E

Tints of Old Rose #B5294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 60.33%
G = 13.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5294E (or 0xB5294E) is known color: Old Rose. HEX triplet: B5, 29 and 4E. RGB value is (181,41,78). Sum of RGB (Red+Green+Blue) = 181+41+78=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5294E is #4AD6B1. Grayscale: #575757. Windows color (decimal): -4904626 or 5122485. OLE color: 5122485.

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

Color convert

RGB 181 41 78 -
CMYK 0 0.77 0.57 0.29
HSL 344.14º 0.63% 0.44% -
HSV(B) 344.14º 0.77% 0.71% -
XYZ 21.22 11.96 8.4 -
YUV 87.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 181 41 78 0 0.77 0.57 0.29 344.14 0.63 0.44
Hex B5 29 4E 0 4D 39 1D 158 3F 2C
Octal 265 51 116 0 115 71 35 530 77 54
Binary 10110101 101001 1001110 0 1001101 111001 11101 101011000 111111 101100

Color Harmonies of #B5294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5294E

Black with #B5294E

Text Example


Text Example

White with #B5294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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