Html Css Color HEX #B9245E Old Rose

📋 copy color: '#B9245E'

red 185 ◦ green 36 ◦ blue 94

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

Shades of Old Rose #B9245E

Tints of Old Rose #B9245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 58.73%
G = 11.43%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9245E (or 0xB9245E) is known color: Old Rose. HEX triplet: B9, 24 and 5E. RGB value is (185,36,94). Sum of RGB (Red+Green+Blue) = 185+36+94=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9245E is #46DBA1. Grayscale: #575757. Windows color (decimal): -4643746 or 6169785. OLE color: 6169785.

HSL color Cylindrical-coordinate representation of color #B9245E: hue angle of 336.64º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9245E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 94 -
CMYK 0 0.81 0.49 0.27
HSL 336.64º 0.67% 0.43% -
HSV(B) 336.64º 0.81% 0.73% -
XYZ 22.66 12.38 11.79 -
YUV 87.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 185 36 94 0 0.81 0.49 0.27 336.64 0.67 0.43
Hex B9 24 5E 0 51 31 1B 151 43 2B
Octal 271 44 136 0 121 61 33 521 103 53
Binary 10111001 100100 1011110 0 1010001 110001 11011 101010001 1000011 101011

Color Harmonies of #B9245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9245E

Black with #B9245E

Text Example


Text Example

White with #B9245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9245E; }

 p { color: rgb(185,36,94); }

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

background-color css

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

 a { background-color: rgb(185,36,94); }

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

border-color css

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

 span { border-color: rgb(185,36,94); }

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