#B4334B

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

Shades of Old Rose #B4334B

Tints of Old Rose #B4334B

Color information

#B4334B (or 0xB4334B) is unknown color: approx Old Rose. HEX triplet: B4, 33 and 4B. RGB value is (180,51,75). Sum of RGB (Red+Green+Blue) = 180+51+75=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4334B is #4BCCB4. Grayscale: #5C5C5C. Windows color (decimal): -4967605 or 4928436. OLE color: 4928436.

HSL color Cylindrical-coordinate representation of color #B4334B: hue angle of 348.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4334B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1805175-
CMYK00.720.580.29
HSL348.84º55.84%45.29%-
HSV(B)348.84º71.67%70.59%-
XYZ21.2812.587.96-
YUV92.31118.24190.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=58.82%
G=16.67%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180517500.720.580.29348.8455.8445.29
HexB4334B0483A1D15d382d
Octal26463113011072355357055
Binary1011010011001110010110100100011101011101101011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4334B; }

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

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

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

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

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

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

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

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