Html Css Color HEX #B9304E Old Rose

📋 copy color: '#B9304E'

red 185 ◦ green 48 ◦ blue 78

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

Shades of Old Rose #B9304E

Tints of Old Rose #B9304E

RGB

 RED value IS 185 (72.66% from 255) = 59.49%

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

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

R = 59.49%
G = 15.43%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9304E (or 0xB9304E) is known color: Old Rose. HEX triplet: B9, 30 and 4E. RGB value is (185,48,78). Sum of RGB (Red+Green+Blue) = 185+48+78=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9304E is #46CFB1. Grayscale: #5C5C5C. Windows color (decimal): -4640690 or 5124281. OLE color: 5124281.

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

Color convert

RGB 185 48 78 -
CMYK 0 0.74 0.58 0.27
HSL 346.86º 0.59% 0.46% -
HSV(B) 346.86º 0.74% 0.73% -
XYZ 22.44 12.98 8.53 -
YUV 92.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 185 48 78 0 0.74 0.58 0.27 346.86 0.59 0.46
Hex B9 30 4E 0 4A 3A 1B 15B 3B 2E
Octal 271 60 116 0 112 72 33 533 73 56
Binary 10111001 110000 1001110 0 1001010 111010 11011 101011011 111011 101110

Color Harmonies of #B9304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9304E

Black with #B9304E

Text Example


Text Example

White with #B9304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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