Html Css Color HEX #B92961 Old Rose

📋 copy color: '#B92961'

red 185 ◦ green 41 ◦ blue 97

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

Shades of Old Rose #B92961

Tints of Old Rose #B92961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 57.28%
G = 12.69%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B92961 (or 0xB92961) is known color: Old Rose. HEX triplet: B9, 29 and 61. RGB value is (185,41,97). Sum of RGB (Red+Green+Blue) = 185+41+97=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B92961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92961 is #46D69E. Grayscale: #5A5A5A. Windows color (decimal): -4642463 or 6367673. OLE color: 6367673.

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

Color convert

RGB 185 41 97 -
CMYK 0 0.78 0.48 0.27
HSL 336.67º 0.64% 0.44% -
HSV(B) 336.67º 0.78% 0.73% -
XYZ 22.96 12.76 12.56 -
YUV 90.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 185 41 97 0 0.78 0.48 0.27 336.67 0.64 0.44
Hex B9 29 61 0 4E 30 1B 151 40 2C
Octal 271 51 141 0 116 60 33 521 100 54
Binary 10111001 101001 1100001 0 1001110 110000 11011 101010001 1000000 101100

Color Harmonies of #B92961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92961

Black with #B92961

Text Example


Text Example

White with #B92961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92961; }

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

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

background-color css

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

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

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

border-color css

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

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

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