Html Css Color HEX #B92E5C Old Rose

📋 copy color: '#B92E5C'

red 185 ◦ green 46 ◦ blue 92

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

Shades of Old Rose #B92E5C

Tints of Old Rose #B92E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 57.28%
G = 14.24%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B92E5C (or 0xB92E5C) is known color: Old Rose. HEX triplet: B9, 2E and 5C. RGB value is (185,46,92). Sum of RGB (Red+Green+Blue) = 185+46+92=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E5C is #46D1A3. Grayscale: #5C5C5C. Windows color (decimal): -4641188 or 6041273. OLE color: 6041273.

HSL color Cylindrical-coordinate representation of color #B92E5C: hue angle of 340.14º 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 #B92E5C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 46 92 -
CMYK 0 0.75 0.50 0.27
HSL 340.14º 0.6% 0.45% -
HSV(B) 340.14º 0.75% 0.73% -
XYZ 22.92 13.04 11.43 -
YUV 92.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 185 46 92 0 0.75 0.50 0.27 340.14 0.6 0.45
Hex B9 2E 5C 0 4B 32 1B 154 3C 2D
Octal 271 56 134 0 113 62 33 524 74 55
Binary 10111001 101110 1011100 0 1001011 110010 11011 101010100 111100 101101

Color Harmonies of #B92E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E5C

Black with #B92E5C

Text Example


Text Example

White with #B92E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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