#B9334B

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

Shades of Old Rose #B9334B

Tints of Old Rose #B9334B

Color information

#B9334B (or 0xB9334B) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 4B. RGB value is (185,51,75). Sum of RGB (Red+Green+Blue) = 185+51+75=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9334B is #46CCB4. Grayscale: #5D5D5D. Windows color (decimal): -4639925 or 4928441. OLE color: 4928441.

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

Color convert

RGB1855175-
CMYK00.720.590.27
HSL349.25º56.78%46.27%-
HSV(B)349.25º72.43%72.55%-
XYZ22.4613.198.02-
YUV93.8117.39193.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=59.49%
G=16.40%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185517500.720.590.27349.2556.7846.27
HexB9334B0483B1B15d392e
Octal27163113011073335357156
Binary1011100111001110010110100100011101111011101011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9334B; }

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

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

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

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

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

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

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

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