Html Css Color HEX #B9344F Old Rose

📋 copy color: '#B9344F'

red 185 ◦ green 52 ◦ blue 79

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

Shades of Old Rose #B9344F

Tints of Old Rose #B9344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25%

R = 58.54%
G = 16.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9344F (or 0xB9344F) is known color: Old Rose. HEX triplet: B9, 34 and 4F. RGB value is (185,52,79). Sum of RGB (Red+Green+Blue) = 185+52+79=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9344F is #46CBB0. Grayscale: #5E5E5E. Windows color (decimal): -4639665 or 5190841. OLE color: 5190841.

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

Color convert

RGB 185 52 79 -
CMYK 0 0.72 0.57 0.27
HSL 347.82º 0.56% 0.46% -
HSV(B) 347.82º 0.72% 0.73% -
XYZ 22.65 13.33 8.78 -
YUV 94.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 185 52 79 0 0.72 0.57 0.27 347.82 0.56 0.46
Hex B9 34 4F 0 48 39 1B 15C 38 2E
Octal 271 64 117 0 110 71 33 534 70 56
Binary 10111001 110100 1001111 0 1001000 111001 11011 101011100 111000 101110

Color Harmonies of #B9344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9344F

Black with #B9344F

Text Example


Text Example

White with #B9344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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