Html Css Color HEX #B92055 Old Rose

📋 copy color: '#B92055'

red 185 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #B92055

Tints of Old Rose #B92055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 61.26%
G = 10.6%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92055 (or 0xB92055) is known color: Old Rose. HEX triplet: B9, 20 and 55. RGB value is (185,32,85). Sum of RGB (Red+Green+Blue) = 185+32+85=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B92055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92055 is #46DFAA. Grayscale: #535353. Windows color (decimal): -4644779 or 5578937. OLE color: 5578937.

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

Color convert

RGB 185 32 85 -
CMYK 0 0.83 0.54 0.27
HSL 339.22º 0.71% 0.43% -
HSV(B) 339.22º 0.83% 0.73% -
XYZ 22.16 12 9.74 -
YUV 83.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 185 32 85 0 0.83 0.54 0.27 339.22 0.71 0.43
Hex B9 20 55 0 53 36 1B 153 47 2B
Octal 271 40 125 0 123 66 33 523 107 53
Binary 10111001 100000 1010101 0 1010011 110110 11011 101010011 1000111 101011

Color Harmonies of #B92055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92055

Black with #B92055

Text Example


Text Example

White with #B92055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92055; }

 p { color: rgb(185,32,85); }

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

background-color css

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

 a { background-color: rgb(185,32,85); }

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

border-color css

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

 span { border-color: rgb(185,32,85); }

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