Html Css Color HEX #B92B57 Old Rose

📋 copy color: '#B92B57'

red 185 ◦ green 43 ◦ blue 87

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

Shades of Old Rose #B92B57

Tints of Old Rose #B92B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 58.73%
G = 13.65%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B92B57 (or 0xB92B57) is known color: Old Rose. HEX triplet: B9, 2B and 57. RGB value is (185,43,87). Sum of RGB (Red+Green+Blue) = 185+43+87=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B57 is #46D4A8. Grayscale: #5A5A5A. Windows color (decimal): -4641961 or 5712825. OLE color: 5712825.

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

Color convert

RGB 185 43 87 -
CMYK 0 0.77 0.53 0.27
HSL 341.41º 0.62% 0.45% -
HSV(B) 341.41º 0.77% 0.73% -
XYZ 22.59 12.73 10.28 -
YUV 90.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 185 43 87 0 0.77 0.53 0.27 341.41 0.62 0.45
Hex B9 2B 57 0 4D 35 1B 155 3E 2D
Octal 271 53 127 0 115 65 33 525 76 55
Binary 10111001 101011 1010111 0 1001101 110101 11011 101010101 111110 101101

Color Harmonies of #B92B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B57

Black with #B92B57

Text Example


Text Example

White with #B92B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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