Html Css Color HEX #B8284C Old Rose

📋 copy color: '#B8284C'

red 184 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #B8284C

Tints of Old Rose #B8284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 61.33%
G = 13.33%
B = 25.33%

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

#B8284C (or 0xB8284C) is known color: Old Rose. HEX triplet: B8, 28 and 4C. RGB value is (184,40,76). Sum of RGB (Red+Green+Blue) = 184+40+76=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8284C is #47D7B3. Grayscale: #575757. Windows color (decimal): -4708276 or 4991160. OLE color: 4991160.

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

Color convert

RGB 184 40 76 -
CMYK 0 0.78 0.59 0.28
HSL 345º 0.64% 0.44% -
HSV(B) 345º 0.78% 0.72% -
XYZ 21.83 12.23 8.05 -
YUV 87.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 184 40 76 0 0.78 0.59 0.28 345 0.64 0.44
Hex B8 28 4C 0 4E 3B 1C 159 40 2C
Octal 270 50 114 0 116 73 34 531 100 54
Binary 10111000 101000 1001100 0 1001110 111011 11100 101011001 1000000 101100

Color Harmonies of #B8284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8284C

Black with #B8284C

Text Example


Text Example

White with #B8284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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