Html Css Color HEX #B0304E Old Rose

📋 copy color: '#B0304E'

red 176 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B0304E

Tints of Old Rose #B0304E

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

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

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

R = 58.28%
G = 15.89%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0304E (or 0xB0304E) is known color: Old Rose. HEX triplet: B0, 30 and 4E. RGB value is (176,48,78). Sum of RGB (Red+Green+Blue) = 176+48+78=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0304E is #4FCFB1. Grayscale: #595959. Windows color (decimal): -5230514 or 5124272. OLE color: 5124272.

HSL color Cylindrical-coordinate representation of color #B0304E: hue angle of 345.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0304E is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 78 -
CMYK 0 0.73 0.56 0.31
HSL 345.94º 0.57% 0.44% -
HSV(B) 345.94º 0.73% 0.69% -
XYZ 20.34 11.89 8.43 -
YUV 89.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 176 48 78 0 0.73 0.56 0.31 345.94 0.57 0.44
Hex B0 30 4E 0 49 38 1F 15A 39 2C
Octal 260 60 116 0 111 70 37 532 71 54
Binary 10110000 110000 1001110 0 1001001 111000 11111 101011010 111001 101100

Color Harmonies of #B0304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0304E

Black with #B0304E

Text Example


Text Example

White with #B0304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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