Html Css Color HEX #B92555 Old Rose

📋 copy color: '#B92555'

red 185 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #B92555

Tints of Old Rose #B92555

RGB

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

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

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

R = 60.26%
G = 12.05%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92555 (or 0xB92555) is known color: Old Rose. HEX triplet: B9, 25 and 55. RGB value is (185,37,85). Sum of RGB (Red+Green+Blue) = 185+37+85=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B92555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92555 is #46DAAA. Grayscale: #565656. Windows color (decimal): -4643499 or 5580217. OLE color: 5580217.

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

Color convert

RGB 185 37 85 -
CMYK 0 0.80 0.54 0.27
HSL 340.54º 0.67% 0.44% -
HSV(B) 340.54º 0.8% 0.73% -
XYZ 22.31 12.29 9.79 -
YUV 86.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 185 37 85 0 0.80 0.54 0.27 340.54 0.67 0.44
Hex B9 25 55 0 50 36 1B 155 43 2C
Octal 271 45 125 0 120 66 33 525 103 54
Binary 10111001 100101 1010101 0 1010000 110110 11011 101010101 1000011 101100

Color Harmonies of #B92555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92555

Black with #B92555

Text Example


Text Example

White with #B92555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92555; }

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

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

background-color css

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

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

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

border-color css

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

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

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