Html Css Color HEX #B9324B Old Rose

📋 copy color: '#B9324B'

red 185 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #B9324B

Tints of Old Rose #B9324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 59.68%
G = 16.13%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9324B (or 0xB9324B) is known color: Old Rose. HEX triplet: B9, 32 and 4B. RGB value is (185,50,75). Sum of RGB (Red+Green+Blue) = 185+50+75=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9324B is #46CDB4. Grayscale: #5D5D5D. Windows color (decimal): -4640181 or 4928185. OLE color: 4928185.

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

Color convert

RGB 185 50 75 -
CMYK 0 0.73 0.59 0.27
HSL 348.89º 0.57% 0.46% -
HSV(B) 348.89º 0.73% 0.73% -
XYZ 22.42 13.1 8 -
YUV 93.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 185 50 75 0 0.73 0.59 0.27 348.89 0.57 0.46
Hex B9 32 4B 0 49 3B 1B 15D 39 2E
Octal 271 62 113 0 111 73 33 535 71 56
Binary 10111001 110010 1001011 0 1001001 111011 11011 101011101 111001 101110

Color Harmonies of #B9324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9324B

Black with #B9324B

Text Example


Text Example

White with #B9324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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