#BB4348

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

Shades of Old Rose #BB4348

Tints of Old Rose #BB4348

Color information

#BB4348 (or 0xBB4348) is unknown color: approx Old Rose. HEX triplet: BB, 43 and 48. RGB value is (187,67,72). Sum of RGB (Red+Green+Blue) = 187+67+72=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4348 is #44BCB7. Grayscale: #676767. Windows color (decimal): -4504760 or 4735931. OLE color: 4735931.

HSL color Cylindrical-coordinate representation of color #BB4348: hue angle of 357.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4348 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1876772-
CMYK00.640.610.27
HSL357.5º47.24%49.8%-
HSV(B)357.5º64.17%73.33%-
XYZ23.6715.057.79-
YUV103.45110.26187.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=57.36%
G=20.55%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187677200.640.610.27357.547.2449.8
HexBB43480403D1B1662f32
Octal273103110010075335465762
Binary10111011100001110010000100000011110111011101100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4348; }

 p { color: rgb(187,67,72); }

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

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

 a { background-color: rgb(187,67,72); }

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

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

 span { border-color: rgb(187,67,72); }

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