Html Css Color HEX #B5254E Old Rose

📋 copy color: '#B5254E'

red 181 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #B5254E

Tints of Old Rose #B5254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 61.15%
G = 12.5%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5254E (or 0xB5254E) is known color: Old Rose. HEX triplet: B5, 25 and 4E. RGB value is (181,37,78). Sum of RGB (Red+Green+Blue) = 181+37+78=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5254E is #4ADAB1. Grayscale: #545454. Windows color (decimal): -4905650 or 5121461. OLE color: 5121461.

HSL color Cylindrical-coordinate representation of color #B5254E: hue angle of 342.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5254E is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 78 -
CMYK 0 0.80 0.57 0.29
HSL 342.92º 0.66% 0.43% -
HSV(B) 342.92º 0.8% 0.71% -
XYZ 21.09 11.7 8.35 -
YUV 84.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 181 37 78 0 0.80 0.57 0.29 342.92 0.66 0.43
Hex B5 25 4E 0 50 39 1D 157 42 2B
Octal 265 45 116 0 120 71 35 527 102 53
Binary 10110101 100101 1001110 0 1010000 111001 11101 101010111 1000010 101011

Color Harmonies of #B5254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5254E

Black with #B5254E

Text Example


Text Example

White with #B5254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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