Html Css Color HEX #B92560 Old Rose

📋 copy color: '#B92560'

red 185 ◦ green 37 ◦ blue 96

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

Shades of Old Rose #B92560

Tints of Old Rose #B92560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 58.18%
G = 11.64%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B92560 (or 0xB92560) is known color: Old Rose. HEX triplet: B9, 25 and 60. RGB value is (185,37,96). Sum of RGB (Red+Green+Blue) = 185+37+96=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B92560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92560 is #46DA9F. Grayscale: #575757. Windows color (decimal): -4643488 or 6301113. OLE color: 6301113.

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

Color convert

RGB 185 37 96 -
CMYK 0 0.80 0.48 0.27
HSL 336.08º 0.67% 0.44% -
HSV(B) 336.08º 0.8% 0.73% -
XYZ 22.78 12.48 12.27 -
YUV 87.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 185 37 96 0 0.80 0.48 0.27 336.08 0.67 0.44
Hex B9 25 60 0 50 30 1B 150 43 2C
Octal 271 45 140 0 120 60 33 520 103 54
Binary 10111001 100101 1100000 0 1010000 110000 11011 101010000 1000011 101100

Color Harmonies of #B92560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92560

Black with #B92560

Text Example


Text Example

White with #B92560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92560; }

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

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

background-color css

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

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

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

border-color css

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

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

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