Html Css Color HEX #B5285E Old Rose

📋 copy color: '#B5285E'

red 181 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #B5285E

Tints of Old Rose #B5285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 57.46%
G = 12.7%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5285E (or 0xB5285E) is known color: Old Rose. HEX triplet: B5, 28 and 5E. RGB value is (181,40,94). Sum of RGB (Red+Green+Blue) = 181+40+94=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285E is #4AD7A1. Grayscale: #585858. Windows color (decimal): -4904866 or 6170805. OLE color: 6170805.

HSL color Cylindrical-coordinate representation of color #B5285E: hue angle of 337.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5285E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 94 -
CMYK 0 0.78 0.48 0.29
HSL 337.02º 0.64% 0.43% -
HSV(B) 337.02º 0.78% 0.71% -
XYZ 21.84 12.15 11.78 -
YUV 88.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 181 40 94 0 0.78 0.48 0.29 337.02 0.64 0.43
Hex B5 28 5E 0 4E 30 1D 151 40 2B
Octal 265 50 136 0 116 60 35 521 100 53
Binary 10110101 101000 1011110 0 1001110 110000 11101 101010001 1000000 101011

Color Harmonies of #B5285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5285E

Black with #B5285E

Text Example


Text Example

White with #B5285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5285E; }

 p { color: rgb(181,40,94); }

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

background-color css

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

 a { background-color: rgb(181,40,94); }

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

border-color css

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

 span { border-color: rgb(181,40,94); }

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