Html Css Color HEX #B8304E Old Rose

📋 copy color: '#B8304E'

red 184 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B8304E

Tints of Old Rose #B8304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 59.35%
G = 15.48%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8304E (or 0xB8304E) is known color: Old Rose. HEX triplet: B8, 30 and 4E. RGB value is (184,48,78). Sum of RGB (Red+Green+Blue) = 184+48+78=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8304E is #47CFB1. Grayscale: #5C5C5C. Windows color (decimal): -4706226 or 5124280. OLE color: 5124280.

HSL color Cylindrical-coordinate representation of color #B8304E: hue angle of 346.76º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8304E is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 78 -
CMYK 0 0.74 0.58 0.28
HSL 346.76º 0.59% 0.45% -
HSV(B) 346.76º 0.74% 0.72% -
XYZ 22.2 12.85 8.52 -
YUV 92.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 184 48 78 0 0.74 0.58 0.28 346.76 0.59 0.45
Hex B8 30 4E 0 4A 3A 1C 15B 3B 2D
Octal 270 60 116 0 112 72 34 533 73 55
Binary 10111000 110000 1001110 0 1001010 111010 11100 101011011 111011 101101

Color Harmonies of #B8304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8304E

Black with #B8304E

Text Example


Text Example

White with #B8304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8304E; }

 p { color: rgb(184,48,78); }

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

background-color css

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

 a { background-color: rgb(184,48,78); }

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

border-color css

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

 span { border-color: rgb(184,48,78); }

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