Html Css Color HEX #B92C57 Old Rose

📋 copy color: '#B92C57'

red 185 ◦ green 44 ◦ blue 87

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

Shades of Old Rose #B92C57

Tints of Old Rose #B92C57

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 58.54%
G = 13.92%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B92C57 (or 0xB92C57) is known color: Old Rose. HEX triplet: B9, 2C and 57. RGB value is (185,44,87). Sum of RGB (Red+Green+Blue) = 185+44+87=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C57 is #46D3A8. Grayscale: #5B5B5B. Windows color (decimal): -4641705 or 5713081. OLE color: 5713081.

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

Color convert

RGB 185 44 87 -
CMYK 0 0.76 0.53 0.27
HSL 341.7º 0.62% 0.45% -
HSV(B) 341.7º 0.76% 0.73% -
XYZ 22.63 12.8 10.3 -
YUV 91.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 185 44 87 0 0.76 0.53 0.27 341.7 0.62 0.45
Hex B9 2C 57 0 4C 35 1B 156 3E 2D
Octal 271 54 127 0 114 65 33 526 76 55
Binary 10111001 101100 1010111 0 1001100 110101 11011 101010110 111110 101101

Color Harmonies of #B92C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C57

Black with #B92C57

Text Example


Text Example

White with #B92C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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