Html Css Color HEX #B91E5A Old Rose

📋 copy color: '#B91E5A'

red 185 ◦ green 30 ◦ blue 90

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

Shades of Old Rose #B91E5A

Tints of Old Rose #B91E5A

RGB

 RED value IS 185 (72.66% from 255) = 60.66%

 GREEN value IS 30 (12.11% from 255) = 9.84%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 60.66%
G = 9.84%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B91E5A (or 0xB91E5A) is known color: Old Rose. HEX triplet: B9, 1E and 5A. RGB value is (185,30,90). Sum of RGB (Red+Green+Blue) = 185+30+90=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E5A is #46E1A5. Grayscale: #535353. Windows color (decimal): -4645286 or 5906105. OLE color: 5906105.

HSL color Cylindrical-coordinate representation of color #B91E5A: hue angle of 336.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E5A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 30 90 -
CMYK 0 0.84 0.51 0.27
HSL 336.77º 0.72% 0.42% -
HSV(B) 336.77º 0.84% 0.73% -
XYZ 22.32 11.98 10.81 -
YUV 83.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 185 30 90 0 0.84 0.51 0.27 336.77 0.72 0.42
Hex B9 1E 5A 0 54 33 1B 151 48 2A
Octal 271 36 132 0 124 63 33 521 110 52
Binary 10111001 11110 1011010 0 1010100 110011 11011 101010001 1001000 101010

Color Harmonies of #B91E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91E5A

Black with #B91E5A

Text Example


Text Example

White with #B91E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91E5A; }

 p { color: rgb(185,30,90); }

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

background-color css

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

 a { background-color: rgb(185,30,90); }

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

border-color css

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

 span { border-color: rgb(185,30,90); }

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