Html Css Color HEX #B8294C Old Rose

📋 copy color: '#B8294C'

red 184 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #B8294C

Tints of Old Rose #B8294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 61.13%
G = 13.62%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8294C (or 0xB8294C) is known color: Old Rose. HEX triplet: B8, 29 and 4C. RGB value is (184,41,76). Sum of RGB (Red+Green+Blue) = 184+41+76=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8294C is #47D6B3. Grayscale: #575757. Windows color (decimal): -4708020 or 4991416. OLE color: 4991416.

HSL color Cylindrical-coordinate representation of color #B8294C: hue angle of 345.31º 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 #B8294C is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 76 -
CMYK 0 0.78 0.59 0.28
HSL 345.31º 0.64% 0.44% -
HSV(B) 345.31º 0.78% 0.72% -
XYZ 21.86 12.3 8.06 -
YUV 87.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 184 41 76 0 0.78 0.59 0.28 345.31 0.64 0.44
Hex B8 29 4C 0 4E 3B 1C 159 40 2C
Octal 270 51 114 0 116 73 34 531 100 54
Binary 10111000 101001 1001100 0 1001110 111011 11100 101011001 1000000 101100

Color Harmonies of #B8294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8294C

Black with #B8294C

Text Example


Text Example

White with #B8294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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