Html Css Color HEX #B92550 Old Rose

📋 copy color: '#B92550'

red 185 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #B92550

Tints of Old Rose #B92550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 61.26%
G = 12.25%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B92550 (or 0xB92550) is known color: Old Rose. HEX triplet: B9, 25 and 50. RGB value is (185,37,80). Sum of RGB (Red+Green+Blue) = 185+37+80=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B92550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92550 is #46DAAF. Grayscale: #565656. Windows color (decimal): -4643504 or 5252537. OLE color: 5252537.

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

Color convert

RGB 185 37 80 -
CMYK 0 0.80 0.57 0.27
HSL 342.57º 0.67% 0.44% -
HSV(B) 342.57º 0.8% 0.73% -
XYZ 22.12 12.22 8.78 -
YUV 86.15 124.53 198.5 -
System Red Green Blue C M Y K H S L
Decimal 185 37 80 0 0.80 0.57 0.27 342.57 0.67 0.44
Hex B9 25 50 0 50 39 1B 157 43 2C
Octal 271 45 120 0 120 71 33 527 103 54
Binary 10111001 100101 1010000 0 1010000 111001 11011 101010111 1000011 101100

Color Harmonies of #B92550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92550

Black with #B92550

Text Example


Text Example

White with #B92550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92550; }

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

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

background-color css

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

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

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

border-color css

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

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

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