Html Css Color HEX #B92955 Old Rose

📋 copy color: '#B92955'

red 185 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #B92955

Tints of Old Rose #B92955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 59.49%
G = 13.18%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B92955 (or 0xB92955) is known color: Old Rose. HEX triplet: B9, 29 and 55. RGB value is (185,41,85). Sum of RGB (Red+Green+Blue) = 185+41+85=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B92955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92955 is #46D6AA. Grayscale: #595959. Windows color (decimal): -4642475 or 5581241. OLE color: 5581241.

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

Color convert

RGB 185 41 85 -
CMYK 0 0.78 0.54 0.27
HSL 341.67º 0.64% 0.44% -
HSV(B) 341.67º 0.78% 0.73% -
XYZ 22.44 12.56 9.84 -
YUV 89.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 185 41 85 0 0.78 0.54 0.27 341.67 0.64 0.44
Hex B9 29 55 0 4E 36 1B 156 40 2C
Octal 271 51 125 0 116 66 33 526 100 54
Binary 10111001 101001 1010101 0 1001110 110110 11011 101010110 1000000 101100

Color Harmonies of #B92955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92955

Black with #B92955

Text Example


Text Example

White with #B92955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92955; }

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

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

background-color css

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

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

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

border-color css

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

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

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