Html Css Color HEX #B92554 Old Rose

📋 copy color: '#B92554'

red 185 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #B92554

Tints of Old Rose #B92554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 60.46%
G = 12.09%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B92554 (or 0xB92554) is known color: Old Rose. HEX triplet: B9, 25 and 54. RGB value is (185,37,84). Sum of RGB (Red+Green+Blue) = 185+37+84=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B92554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92554 is #46DAAB. Grayscale: #565656. Windows color (decimal): -4643500 or 5514681. OLE color: 5514681.

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

Color convert

RGB 185 37 84 -
CMYK 0 0.80 0.55 0.27
HSL 340.95º 0.67% 0.44% -
HSV(B) 340.95º 0.8% 0.73% -
XYZ 22.27 12.28 9.58 -
YUV 86.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 185 37 84 0 0.80 0.55 0.27 340.95 0.67 0.44
Hex B9 25 54 0 50 37 1B 155 43 2C
Octal 271 45 124 0 120 67 33 525 103 54
Binary 10111001 100101 1010100 0 1010000 110111 11011 101010101 1000011 101100

Color Harmonies of #B92554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92554

Black with #B92554

Text Example


Text Example

White with #B92554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92554; }

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

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

background-color css

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

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

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

border-color css

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

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

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