Html Css Color HEX #B5255B Old Rose

📋 copy color: '#B5255B'

red 181 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #B5255B

Tints of Old Rose #B5255B

RGB

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

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

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

R = 58.58%
G = 11.97%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5255B (or 0xB5255B) is known color: Old Rose. HEX triplet: B5, 25 and 5B. RGB value is (181,37,91). Sum of RGB (Red+Green+Blue) = 181+37+91=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5255B is #4ADAA4. Grayscale: #565656. Windows color (decimal): -4905637 or 5973429. OLE color: 5973429.

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

Color convert

RGB 181 37 91 -
CMYK 0 0.80 0.50 0.29
HSL 337.5º 0.66% 0.43% -
HSV(B) 337.5º 0.8% 0.71% -
XYZ 21.61 11.9 11.06 -
YUV 86.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 181 37 91 0 0.80 0.50 0.29 337.5 0.66 0.43
Hex B5 25 5B 0 50 32 1D 152 42 2B
Octal 265 45 133 0 120 62 35 522 102 53
Binary 10110101 100101 1011011 0 1010000 110010 11101 101010010 1000010 101011

Color Harmonies of #B5255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5255B

Black with #B5255B

Text Example


Text Example

White with #B5255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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