Html Css Color HEX #B92360 Old Rose

📋 copy color: '#B92360'

red 185 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #B92360

Tints of Old Rose #B92360

RGB

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

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

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

R = 58.54%
G = 11.08%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B92360 (or 0xB92360) is known color: Old Rose. HEX triplet: B9, 23 and 60. RGB value is (185,35,96). Sum of RGB (Red+Green+Blue) = 185+35+96=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B92360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92360 is #46DC9F. Grayscale: #565656. Windows color (decimal): -4644000 or 6300601. OLE color: 6300601.

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

Color convert

RGB 185 35 96 -
CMYK 0 0.81 0.48 0.27
HSL 335.6º 0.68% 0.43% -
HSV(B) 335.6º 0.81% 0.73% -
XYZ 22.72 12.36 12.25 -
YUV 86.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 185 35 96 0 0.81 0.48 0.27 335.6 0.68 0.43
Hex B9 23 60 0 51 30 1B 150 44 2B
Octal 271 43 140 0 121 60 33 520 104 53
Binary 10111001 100011 1100000 0 1010001 110000 11011 101010000 1000100 101011

Color Harmonies of #B92360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92360

Black with #B92360

Text Example


Text Example

White with #B92360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92360; }

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

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

background-color css

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

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

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

border-color css

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

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

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