Html Css Color HEX #B9304C Old Rose

📋 copy color: '#B9304C'

red 185 ◦ green 48 ◦ blue 76

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

Shades of Old Rose #B9304C

Tints of Old Rose #B9304C

RGB

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

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

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

R = 59.87%
G = 15.53%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9304C (or 0xB9304C) is known color: Old Rose. HEX triplet: B9, 30 and 4C. RGB value is (185,48,76). Sum of RGB (Red+Green+Blue) = 185+48+76=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9304C is #46CFB3. Grayscale: #5C5C5C. Windows color (decimal): -4640692 or 4993209. OLE color: 4993209.

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

Color convert

RGB 185 48 76 -
CMYK 0 0.74 0.59 0.27
HSL 347.74º 0.59% 0.46% -
HSV(B) 347.74º 0.74% 0.73% -
XYZ 22.37 12.95 8.16 -
YUV 92.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 185 48 76 0 0.74 0.59 0.27 347.74 0.59 0.46
Hex B9 30 4C 0 4A 3B 1B 15C 3B 2E
Octal 271 60 114 0 112 73 33 534 73 56
Binary 10111001 110000 1001100 0 1001010 111011 11011 101011100 111011 101110

Color Harmonies of #B9304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9304C

Black with #B9304C

Text Example


Text Example

White with #B9304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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