Html Css Color HEX #B92057 Old Rose

📋 copy color: '#B92057'

red 185 ◦ green 32 ◦ blue 87

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

Shades of Old Rose #B92057

Tints of Old Rose #B92057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 87 (34.38% from 255) = 28.62%

R = 60.86%
G = 10.53%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B92057 (or 0xB92057) is known color: Old Rose. HEX triplet: B9, 20 and 57. RGB value is (185,32,87). Sum of RGB (Red+Green+Blue) = 185+32+87=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B92057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92057 is #46DFA8. Grayscale: #535353. Windows color (decimal): -4644777 or 5710009. OLE color: 5710009.

HSL color Cylindrical-coordinate representation of color #B92057: hue angle of 338.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92057 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 32 87 -
CMYK 0 0.83 0.53 0.27
HSL 338.43º 0.71% 0.43% -
HSV(B) 338.43º 0.83% 0.73% -
XYZ 22.24 12.04 10.17 -
YUV 84.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 185 32 87 0 0.83 0.53 0.27 338.43 0.71 0.43
Hex B9 20 57 0 53 35 1B 152 47 2B
Octal 271 40 127 0 123 65 33 522 107 53
Binary 10111001 100000 1010111 0 1010011 110101 11011 101010010 1000111 101011

Color Harmonies of #B92057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92057

Black with #B92057

Text Example


Text Example

White with #B92057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92057; }

 p { color: rgb(185,32,87); }

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

background-color css

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

 a { background-color: rgb(185,32,87); }

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

border-color css

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

 span { border-color: rgb(185,32,87); }

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