Html Css Color HEX #B92C59 Old Rose

📋 copy color: '#B92C59'

red 185 ◦ green 44 ◦ blue 89

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

Shades of Old Rose #B92C59

Tints of Old Rose #B92C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 58.18%
G = 13.84%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B92C59 (or 0xB92C59) is known color: Old Rose. HEX triplet: B9, 2C and 59. RGB value is (185,44,89). Sum of RGB (Red+Green+Blue) = 185+44+89=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C59 is #46D3A6. Grayscale: #5B5B5B. Windows color (decimal): -4641703 or 5844153. OLE color: 5844153.

HSL color Cylindrical-coordinate representation of color #B92C59: hue angle of 340.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C59 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 89 -
CMYK 0 0.76 0.52 0.27
HSL 340.85º 0.62% 0.45% -
HSV(B) 340.85º 0.76% 0.73% -
XYZ 22.71 12.84 10.73 -
YUV 91.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 185 44 89 0 0.76 0.52 0.27 340.85 0.62 0.45
Hex B9 2C 59 0 4C 34 1B 155 3E 2D
Octal 271 54 131 0 114 64 33 525 76 55
Binary 10111001 101100 1011001 0 1001100 110100 11011 101010101 111110 101101

Color Harmonies of #B92C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C59

Black with #B92C59

Text Example


Text Example

White with #B92C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C59; }

 p { color: rgb(185,44,89); }

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

background-color css

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

 a { background-color: rgb(185,44,89); }

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

border-color css

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

 span { border-color: rgb(185,44,89); }

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