Html Css Color HEX #B9305B Old Rose

📋 copy color: '#B9305B'

red 185 ◦ green 48 ◦ blue 91

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

Shades of Old Rose #B9305B

Tints of Old Rose #B9305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 57.1%
G = 14.81%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9305B (or 0xB9305B) is known color: Old Rose. HEX triplet: B9, 30 and 5B. RGB value is (185,48,91). Sum of RGB (Red+Green+Blue) = 185+48+91=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9305B is #46CFA4. Grayscale: #5D5D5D. Windows color (decimal): -4640677 or 5976249. OLE color: 5976249.

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

Color convert

RGB 185 48 91 -
CMYK 0 0.74 0.51 0.27
HSL 341.17º 0.59% 0.46% -
HSV(B) 341.17º 0.74% 0.73% -
XYZ 22.95 13.18 11.23 -
YUV 93.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 185 48 91 0 0.74 0.51 0.27 341.17 0.59 0.46
Hex B9 30 5B 0 4A 33 1B 155 3B 2E
Octal 271 60 133 0 112 63 33 525 73 56
Binary 10111001 110000 1011011 0 1001010 110011 11011 101010101 111011 101110

Color Harmonies of #B9305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9305B

Black with #B9305B

Text Example


Text Example

White with #B9305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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