#B9344D

Color #B9344D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B9344D

Tints of Old Rose #B9344D

Color information

#B9344D (or 0xB9344D) is unknown color: approx Old Rose. HEX triplet: B9, 34 and 4D. RGB value is (185,52,77). Sum of RGB (Red+Green+Blue) = 185+52+77=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9344D is #46CBB2. Grayscale: #5E5E5E. Windows color (decimal): -4639667 or 5059769. OLE color: 5059769.

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

Color convert

RGB1855277-
CMYK00.720.580.27
HSL348.72º56.12%46.47%-
HSV(B)348.72º71.89%72.55%-
XYZ22.5813.318.4-
YUV94.62118.06192.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=58.92%
G=16.56%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185527700.720.580.27348.7256.1246.47
HexB9344D0483A1B15d382e
Octal27164115011072335357056
Binary1011100111010010011010100100011101011011101011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9344D; }

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

 H1.HeaderClassName
 {
   color: #B9344D;
 }
 .AnyTagClassName
 {
   color: #B9344D;
 }
</style>
background-color css

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

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

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

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

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

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