Html Css Color HEX #B92549 Old Rose

📋 copy color: '#B92549'

red 185 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #B92549

Tints of Old Rose #B92549

RGB

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

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

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

R = 62.71%
G = 12.54%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B92549 (or 0xB92549) is known color: Old Rose. HEX triplet: B9, 25 and 49. RGB value is (185,37,73). Sum of RGB (Red+Green+Blue) = 185+37+73=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B92549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92549 is #46DAB6. Grayscale: #555555. Windows color (decimal): -4643511 or 4793785. OLE color: 4793785.

HSL color Cylindrical-coordinate representation of color #B92549: hue angle of 345.41º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92549 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 73 -
CMYK 0 0.80 0.61 0.27
HSL 345.41º 0.67% 0.44% -
HSV(B) 345.41º 0.8% 0.73% -
XYZ 21.87 12.12 7.49 -
YUV 85.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 185 37 73 0 0.80 0.61 0.27 345.41 0.67 0.44
Hex B9 25 49 0 50 3D 1B 159 43 2C
Octal 271 45 111 0 120 75 33 531 103 54
Binary 10111001 100101 1001001 0 1010000 111101 11011 101011001 1000011 101100

Color Harmonies of #B92549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92549

Black with #B92549

Text Example


Text Example

White with #B92549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92549; }

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

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

background-color css

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

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

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

border-color css

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

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

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