Html Css Color HEX #B9325B Old Rose

📋 copy color: '#B9325B'

red 185 ◦ green 50 ◦ blue 91

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

Shades of Old Rose #B9325B

Tints of Old Rose #B9325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 56.75%
G = 15.34%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9325B (or 0xB9325B) is known color: Old Rose. HEX triplet: B9, 32 and 5B. RGB value is (185,50,91). Sum of RGB (Red+Green+Blue) = 185+50+91=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9325B is #46CDA4. Grayscale: #5F5F5F. Windows color (decimal): -4640165 or 5976761. OLE color: 5976761.

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

Color convert

RGB 185 50 91 -
CMYK 0 0.73 0.51 0.27
HSL 341.78º 0.57% 0.46% -
HSV(B) 341.78º 0.73% 0.73% -
XYZ 23.04 13.35 11.26 -
YUV 95.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 185 50 91 0 0.73 0.51 0.27 341.78 0.57 0.46
Hex B9 32 5B 0 49 33 1B 156 39 2E
Octal 271 62 133 0 111 63 33 526 71 56
Binary 10111001 110010 1011011 0 1001001 110011 11011 101010110 111001 101110

Color Harmonies of #B9325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9325B

Black with #B9325B

Text Example


Text Example

White with #B9325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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