Html Css Color HEX #B92855 Old Rose

📋 copy color: '#B92855'

red 185 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #B92855

Tints of Old Rose #B92855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 59.68%
G = 12.9%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92855 (or 0xB92855) is known color: Old Rose. HEX triplet: B9, 28 and 55. RGB value is (185,40,85). Sum of RGB (Red+Green+Blue) = 185+40+85=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B92855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92855 is #46D7AA. Grayscale: #585858. Windows color (decimal): -4642731 or 5580985. OLE color: 5580985.

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

Color convert

RGB 185 40 85 -
CMYK 0 0.78 0.54 0.27
HSL 341.38º 0.64% 0.44% -
HSV(B) 341.38º 0.78% 0.73% -
XYZ 22.41 12.49 9.82 -
YUV 88.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 185 40 85 0 0.78 0.54 0.27 341.38 0.64 0.44
Hex B9 28 55 0 4E 36 1B 155 40 2C
Octal 271 50 125 0 116 66 33 525 100 54
Binary 10111001 101000 1010101 0 1001110 110110 11011 101010101 1000000 101100

Color Harmonies of #B92855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92855

Black with #B92855

Text Example


Text Example

White with #B92855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92855; }

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

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

background-color css

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

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

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

border-color css

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

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

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