Html Css Color HEX #B92558 Old Rose

📋 copy color: '#B92558'

red 185 ◦ green 37 ◦ blue 88

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

Shades of Old Rose #B92558

Tints of Old Rose #B92558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 59.68%
G = 11.94%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B92558 (or 0xB92558) is known color: Old Rose. HEX triplet: B9, 25 and 58. RGB value is (185,37,88). Sum of RGB (Red+Green+Blue) = 185+37+88=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B92558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92558 is #46DAA7. Grayscale: #575757. Windows color (decimal): -4643496 or 5776825. OLE color: 5776825.

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

Color convert

RGB 185 37 88 -
CMYK 0 0.80 0.52 0.27
HSL 339.32º 0.67% 0.44% -
HSV(B) 339.32º 0.8% 0.73% -
XYZ 22.43 12.34 10.43 -
YUV 87.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 185 37 88 0 0.80 0.52 0.27 339.32 0.67 0.44
Hex B9 25 58 0 50 34 1B 153 43 2C
Octal 271 45 130 0 120 64 33 523 103 54
Binary 10111001 100101 1011000 0 1010000 110100 11011 101010011 1000011 101100

Color Harmonies of #B92558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92558

Black with #B92558

Text Example


Text Example

White with #B92558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92558; }

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

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

background-color css

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

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

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

border-color css

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

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

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