Html Css Color HEX #B92355 Old Rose

📋 copy color: '#B92355'

red 185 ◦ green 35 ◦ blue 85

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

Shades of Old Rose #B92355

Tints of Old Rose #B92355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 60.66%
G = 11.48%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92355 (or 0xB92355) is known color: Old Rose. HEX triplet: B9, 23 and 55. RGB value is (185,35,85). Sum of RGB (Red+Green+Blue) = 185+35+85=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B92355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92355 is #46DCAA. Grayscale: #555555. Windows color (decimal): -4644011 or 5579705. OLE color: 5579705.

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

Color convert

RGB 185 35 85 -
CMYK 0 0.81 0.54 0.27
HSL 340º 0.68% 0.43% -
HSV(B) 340º 0.81% 0.73% -
XYZ 22.25 12.17 9.77 -
YUV 85.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 185 35 85 0 0.81 0.54 0.27 340 0.68 0.43
Hex B9 23 55 0 51 36 1B 154 44 2B
Octal 271 43 125 0 121 66 33 524 104 53
Binary 10111001 100011 1010101 0 1010001 110110 11011 101010100 1000100 101011

Color Harmonies of #B92355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92355

Black with #B92355

Text Example


Text Example

White with #B92355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92355; }

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

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

background-color css

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

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

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

border-color css

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

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

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