Html Css Color HEX #B9344C Old Rose

📋 copy color: '#B9344C'

red 185 ◦ green 52 ◦ blue 76

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

Shades of Old Rose #B9344C

Tints of Old Rose #B9344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 59.11%
G = 16.61%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9344C (or 0xB9344C) is known color: Old Rose. HEX triplet: B9, 34 and 4C. RGB value is (185,52,76). Sum of RGB (Red+Green+Blue) = 185+52+76=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9344C is #46CBB3. Grayscale: #5E5E5E. Windows color (decimal): -4639668 or 4994233. OLE color: 4994233.

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

Color convert

RGB 185 52 76 -
CMYK 0 0.72 0.59 0.27
HSL 349.17º 0.56% 0.46% -
HSV(B) 349.17º 0.72% 0.73% -
XYZ 22.54 13.29 8.22 -
YUV 94.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 185 52 76 0 0.72 0.59 0.27 349.17 0.56 0.46
Hex B9 34 4C 0 48 3B 1B 15D 38 2E
Octal 271 64 114 0 110 73 33 535 70 56
Binary 10111001 110100 1001100 0 1001000 111011 11011 101011101 111000 101110

Color Harmonies of #B9344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9344C

Black with #B9344C

Text Example


Text Example

White with #B9344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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