Html Css Color HEX #B92449 Old Rose

📋 copy color: '#B92449'

red 185 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #B92449

Tints of Old Rose #B92449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 62.93%
G = 12.24%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B92449 (or 0xB92449) is known color: Old Rose. HEX triplet: B9, 24 and 49. RGB value is (185,36,73). Sum of RGB (Red+Green+Blue) = 185+36+73=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B92449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92449 is #46DBB6. Grayscale: #545454. Windows color (decimal): -4643767 or 4793529. OLE color: 4793529.

HSL color Cylindrical-coordinate representation of color #B92449: hue angle of 345.1º 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 #B92449 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 73 -
CMYK 0 0.81 0.61 0.27
HSL 345.1º 0.67% 0.43% -
HSV(B) 345.1º 0.81% 0.73% -
XYZ 21.84 12.06 7.48 -
YUV 84.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 185 36 73 0 0.81 0.61 0.27 345.1 0.67 0.43
Hex B9 24 49 0 51 3D 1B 159 43 2B
Octal 271 44 111 0 121 75 33 531 103 53
Binary 10111001 100100 1001001 0 1010001 111101 11011 101011001 1000011 101011

Color Harmonies of #B92449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92449

Black with #B92449

Text Example


Text Example

White with #B92449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92449; }

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

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

background-color css

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

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

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

border-color css

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

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

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