#BB375B

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

Shades of Old Rose #BB375B

Tints of Old Rose #BB375B

Color information

#BB375B (or 0xBB375B) is unknown color: approx Old Rose. HEX triplet: BB, 37 and 5B. RGB value is (187,55,91). Sum of RGB (Red+Green+Blue) = 187+55+91=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375B is #44C8A4. Grayscale: #626262. Windows color (decimal): -4507813 or 5978043. OLE color: 5978043.

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

Color convert

RGB1875591-
CMYK00.710.510.27
HSL343.64º54.55%47.45%-
HSV(B)343.64º70.59%73.33%-
XYZ23.7514.0511.36-
YUV98.57123.73191.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=56.16%
G=16.52%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187559100.710.510.27343.6454.5547.45
HexBB375B047331B158372f
Octal27367133010763335306757
Binary1011101111011110110110100011111001111011101011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB375B; }

 p { color: rgb(187,55,91); }

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

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

 a { background-color: rgb(187,55,91); }

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

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

 span { border-color: rgb(187,55,91); }

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