Html Css Color HEX #B92562 Old Rose

📋 copy color: '#B92562'

red 185 ◦ green 37 ◦ blue 98

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

Shades of Old Rose #B92562

Tints of Old Rose #B92562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 57.81%
G = 11.56%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B92562 (or 0xB92562) is known color: Old Rose. HEX triplet: B9, 25 and 62. RGB value is (185,37,98). Sum of RGB (Red+Green+Blue) = 185+37+98=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B92562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92562 is #46DA9D. Grayscale: #585858. Windows color (decimal): -4643486 or 6432185. OLE color: 6432185.

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

Color convert

RGB 185 37 98 -
CMYK 0 0.80 0.47 0.27
HSL 335.27º 0.67% 0.44% -
HSV(B) 335.27º 0.8% 0.73% -
XYZ 22.87 12.52 12.77 -
YUV 88.21 133.53 197.04 -
System Red Green Blue C M Y K H S L
Decimal 185 37 98 0 0.80 0.47 0.27 335.27 0.67 0.44
Hex B9 25 62 0 50 2F 1B 14F 43 2C
Octal 271 45 142 0 120 57 33 517 103 54
Binary 10111001 100101 1100010 0 1010000 101111 11011 101001111 1000011 101100

Color Harmonies of #B92562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92562

Black with #B92562

Text Example


Text Example

White with #B92562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92562; }

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

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

background-color css

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

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

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

border-color css

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

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

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