Html Css Color HEX #B9304A Old Rose

📋 copy color: '#B9304A'

red 185 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #B9304A

Tints of Old Rose #B9304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 60.26%
G = 15.64%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9304A (or 0xB9304A) is known color: Old Rose. HEX triplet: B9, 30 and 4A. RGB value is (185,48,74). Sum of RGB (Red+Green+Blue) = 185+48+74=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9304A is #46CFB5. Grayscale: #5B5B5B. Windows color (decimal): -4640694 or 4862137. OLE color: 4862137.

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

Color convert

RGB 185 48 74 -
CMYK 0 0.74 0.6 0.27
HSL 348.61º 0.59% 0.46% -
HSV(B) 348.61º 0.74% 0.73% -
XYZ 22.3 12.92 7.8 -
YUV 91.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 185 48 74 0 0.74 0.6 0.27 348.61 0.59 0.46
Hex B9 30 4A 0 4A 3C 1B 15D 3B 2E
Octal 271 60 112 0 112 74 33 535 73 56
Binary 10111001 110000 1001010 0 1001010 111100 11011 101011101 111011 101110

Color Harmonies of #B9304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9304A

Black with #B9304A

Text Example


Text Example

White with #B9304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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