Html Css Color HEX #B92255 Old Rose

📋 copy color: '#B92255'

red 185 ◦ green 34 ◦ blue 85

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

Shades of Old Rose #B92255

Tints of Old Rose #B92255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.18%

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

R = 60.86%
G = 11.18%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92255 (or 0xB92255) is known color: Old Rose. HEX triplet: B9, 22 and 55. RGB value is (185,34,85). Sum of RGB (Red+Green+Blue) = 185+34+85=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B92255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92255 is #46DDAA. Grayscale: #545454. Windows color (decimal): -4644267 or 5579449. OLE color: 5579449.

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

Color convert

RGB 185 34 85 -
CMYK 0 0.82 0.54 0.27
HSL 339.74º 0.69% 0.43% -
HSV(B) 339.74º 0.82% 0.73% -
XYZ 22.22 12.11 9.76 -
YUV 84.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 185 34 85 0 0.82 0.54 0.27 339.74 0.69 0.43
Hex B9 22 55 0 52 36 1B 154 45 2B
Octal 271 42 125 0 122 66 33 524 105 53
Binary 10111001 100010 1010101 0 1010010 110110 11011 101010100 1000101 101011

Color Harmonies of #B92255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92255

Black with #B92255

Text Example


Text Example

White with #B92255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92255; }

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

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

background-color css

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

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

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

border-color css

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

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

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