#BB365C

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

Shades of Old Rose #BB365C

Tints of Old Rose #BB365C

Color information

#BB365C (or 0xBB365C) is unknown color: approx Old Rose. HEX triplet: BB, 36 and 5C. RGB value is (187,54,92). Sum of RGB (Red+Green+Blue) = 187+54+92=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB365C is #44C9A3. Grayscale: #626262. Windows color (decimal): -4508068 or 6043323. OLE color: 6043323.

HSL color Cylindrical-coordinate representation of color #BB365C: hue angle of 342.86º 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 #BB365C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1875492-
CMYK00.710.510.27
HSL342.86º55.19%47.25%-
HSV(B)342.86º71.12%73.33%-
XYZ23.7413.9811.57-
YUV98.1124.56191.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=56.16%
G=16.22%
B=27.63%

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
Decimal187549200.710.510.27342.8655.1947.25
HexBB365C047331B157372f
Octal27366134010763335276757
Binary1011101111011010111000100011111001111011101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB365C; }

 p { color: rgb(187,54,92); }

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

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

 a { background-color: rgb(187,54,92); }

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

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

 span { border-color: rgb(187,54,92); }

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