Html Css Color HEX #B92362 Old Rose

📋 copy color: '#B92362'

red 185 ◦ green 35 ◦ blue 98

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

Shades of Old Rose #B92362

Tints of Old Rose #B92362

RGB

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

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

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

R = 58.18%
G = 11.01%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B92362 (or 0xB92362) is known color: Old Rose. HEX triplet: B9, 23 and 62. RGB value is (185,35,98). Sum of RGB (Red+Green+Blue) = 185+35+98=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B92362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92362 is #46DC9D. Grayscale: #565656. Windows color (decimal): -4643998 or 6431673. OLE color: 6431673.

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

Color convert

RGB 185 35 98 -
CMYK 0 0.81 0.47 0.27
HSL 334.8º 0.68% 0.43% -
HSV(B) 334.8º 0.81% 0.73% -
XYZ 22.81 12.4 12.75 -
YUV 87.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 185 35 98 0 0.81 0.47 0.27 334.8 0.68 0.43
Hex B9 23 62 0 51 2F 1B 14F 44 2B
Octal 271 43 142 0 121 57 33 517 104 53
Binary 10111001 100011 1100010 0 1010001 101111 11011 101001111 1000100 101011

Color Harmonies of #B92362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92362

Black with #B92362

Text Example


Text Example

White with #B92362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92362; }

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

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

background-color css

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

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

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

border-color css

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

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

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