Html Css Color HEX #B92959 Old Rose

📋 copy color: '#B92959'

red 185 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #B92959

Tints of Old Rose #B92959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 58.73%
G = 13.02%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B92959 (or 0xB92959) is known color: Old Rose. HEX triplet: B9, 29 and 59. RGB value is (185,41,89). Sum of RGB (Red+Green+Blue) = 185+41+89=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B92959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92959 is #46D6A6. Grayscale: #595959. Windows color (decimal): -4642471 or 5843385. OLE color: 5843385.

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

Color convert

RGB 185 41 89 -
CMYK 0 0.78 0.52 0.27
HSL 340º 0.64% 0.44% -
HSV(B) 340º 0.78% 0.73% -
XYZ 22.6 12.62 10.7 -
YUV 89.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 185 41 89 0 0.78 0.52 0.27 340 0.64 0.44
Hex B9 29 59 0 4E 34 1B 154 40 2C
Octal 271 51 131 0 116 64 33 524 100 54
Binary 10111001 101001 1011001 0 1001110 110100 11011 101010100 1000000 101100

Color Harmonies of #B92959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92959

Black with #B92959

Text Example


Text Example

White with #B92959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92959; }

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

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

background-color css

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

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

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

border-color css

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

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

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