Html Css Color HEX #B92E5E Old Rose

📋 copy color: '#B92E5E'

red 185 ◦ green 46 ◦ blue 94

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

Shades of Old Rose #B92E5E

Tints of Old Rose #B92E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 56.92%
G = 14.15%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B92E5E (or 0xB92E5E) is known color: Old Rose. HEX triplet: B9, 2E and 5E. RGB value is (185,46,94). Sum of RGB (Red+Green+Blue) = 185+46+94=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E5E is #46D1A1. Grayscale: #5C5C5C. Windows color (decimal): -4641186 or 6172345. OLE color: 6172345.

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

Color convert

RGB 185 46 94 -
CMYK 0 0.75 0.49 0.27
HSL 339.28º 0.6% 0.45% -
HSV(B) 339.28º 0.75% 0.73% -
XYZ 23 13.08 11.9 -
YUV 93.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 185 46 94 0 0.75 0.49 0.27 339.28 0.6 0.45
Hex B9 2E 5E 0 4B 31 1B 153 3C 2D
Octal 271 56 136 0 113 61 33 523 74 55
Binary 10111001 101110 1011110 0 1001011 110001 11011 101010011 111100 101101

Color Harmonies of #B92E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E5E

Black with #B92E5E

Text Example


Text Example

White with #B92E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E5E; }

 p { color: rgb(185,46,94); }

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

background-color css

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

 a { background-color: rgb(185,46,94); }

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

border-color css

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

 span { border-color: rgb(185,46,94); }

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