Html Css Color HEX #B8295E Old Rose

📋 copy color: '#B8295E'

red 184 ◦ green 41 ◦ blue 94

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

Shades of Old Rose #B8295E

Tints of Old Rose #B8295E

RGB

 RED value IS 184 (72.27% from 255) = 57.68%

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 57.68%
G = 12.85%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8295E (or 0xB8295E) is known color: Old Rose. HEX triplet: B8, 29 and 5E. RGB value is (184,41,94). Sum of RGB (Red+Green+Blue) = 184+41+94=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B8295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8295E is #47D6A1. Grayscale: #595959. Windows color (decimal): -4708002 or 6171064. OLE color: 6171064.

HSL color Cylindrical-coordinate representation of color #B8295E: hue angle of 337.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8295E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 94 -
CMYK 0 0.78 0.49 0.28
HSL 337.76º 0.64% 0.44% -
HSV(B) 337.76º 0.78% 0.72% -
XYZ 22.58 12.58 11.83 -
YUV 89.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 184 41 94 0 0.78 0.49 0.28 337.76 0.64 0.44
Hex B8 29 5E 0 4E 31 1C 152 40 2C
Octal 270 51 136 0 116 61 34 522 100 54
Binary 10111000 101001 1011110 0 1001110 110001 11100 101010010 1000000 101100

Color Harmonies of #B8295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8295E

Black with #B8295E

Text Example


Text Example

White with #B8295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8295E; }

 p { color: rgb(184,41,94); }

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

background-color css

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

 a { background-color: rgb(184,41,94); }

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

border-color css

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

 span { border-color: rgb(184,41,94); }

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