#BB3950

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

Shades of Old Rose #BB3950

Tints of Old Rose #BB3950

Color information

#BB3950 (or 0xBB3950) is unknown color: approx Old Rose. HEX triplet: BB, 39 and 50. RGB value is (187,57,80). Sum of RGB (Red+Green+Blue) = 187+57+80=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3950 is #44C6AF. Grayscale: #626262. Windows color (decimal): -4507312 or 5257659. OLE color: 5257659.

HSL color Cylindrical-coordinate representation of color #BB3950: hue angle of 349.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3950 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1875780-
CMYK00.700.570.27
HSL349.38º53.28%47.84%-
HSV(B)349.38º69.52%73.33%-
XYZ23.414.079.07-
YUV98.49117.57191.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=57.72%
G=17.59%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187578000.700.570.27349.3853.2847.84
HexBB3950046391B15d3530
Octal27371120010671335356560
Binary1011101111100110100000100011011100111011101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3950; }

 p { color: rgb(187,57,80); }

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

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

 a { background-color: rgb(187,57,80); }

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

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

 span { border-color: rgb(187,57,80); }

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